Skip to content

Commit

Permalink
Do not use unity build (#130)
Browse files Browse the repository at this point in the history
According to [CMake
documentation](https://cmake.org/cmake/help/latest/prop_tgt/UNITY_BUILD.html#prop_tgt:UNITY_BUILD),
UNITY_BUILD property should not be set by the project
  • Loading branch information
bugdea1er authored Oct 10, 2024
1 parent 769b717 commit f30fa8f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ target_link_libraries(${PROJECT_NAME} PUBLIC std::filesystem)

set_target_properties(${PROJECT_NAME}
PROPERTIES EXPORT_NAME ${PROJECT_NAME}
UNITY_BUILD ON
CXX_EXTENSIONS OFF
CXX_VISIBILITY_PRESET hidden
VISIBILITY_INLINES_HIDDEN ON
Expand Down

0 comments on commit f30fa8f

Please sign in to comment.