Skip to content

Commit

Permalink
fix typo in CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
foolnotion committed Aug 7, 2023
1 parent 4400a51 commit 73d57cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ if(MSVC)
target_compile_options(operon_operon PRIVATE "/std:c++latest")
else()
if (UNIX AND NOT APPLE)
target_link_options(operon_test PUBLIC "-Wl,--no-undefined")
target_link_options(operon_operon PRIVATE "-Wl,--no-undefined")
endif()
target_compile_options(operon_operon PRIVATE "-fno-math-errno")
endif()
Expand Down

0 comments on commit 73d57cd

Please sign in to comment.