Skip to content

Commit

Permalink
Fix typo in test/CMakeLists.txt (#275)
Browse files Browse the repository at this point in the history
  • Loading branch information
majiclin626 committed Nov 14, 2023
1 parent 43582e4 commit 27a513a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ function(plog_add_test_wchar _target)
target_compile_definitions(${_target} PRIVATE PLOG_ENABLE_WCHAR_INPUT=1)

if(APPLE)
target_link_libraries(${_target}_wchar -liconv)
target_link_libraries(${_target} -liconv)
endif()
endif()
endfunction()
Expand Down

0 comments on commit 27a513a

Please sign in to comment.