Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
beats-dh committed Oct 13, 2024
1 parent 3ccb7f3 commit 9ba5861
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmake/modules/CanaryLib.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ configure_linking(${PROJECT_NAME}_lib)
# === UNITY BUILD (compile time reducer) ===
if(SPEED_UP_BUILD_UNITY)
set_target_properties(${PROJECT_NAME}_lib PROPERTIES UNITY_BUILD ON)
log_option_enabled("Build unity for speed up compilation")
log_option_enabled("Build unity for speed up compilation for taget ${PROJECT_NAME}_lib")
else()
log_option_disabled("Build unity")
endif()
Expand Down
2 changes: 1 addition & 1 deletion tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ function(setup_test TARGET_NAME DIR)

if(SPEED_UP_BUILD_UNITY AND (CMAKE_BUILD_TYPE STREQUAL "RelWithDebInfo" OR CMAKE_BUILD_TYPE STREQUAL "Release"))
set_target_properties(${TARGET_NAME} PROPERTIES UNITY_BUILD ON)
log_option_enabled("Build unity for speed up compilation")
log_option_enabled("Build unity for speed up compilation for target ${TARGET_NAME}")
else()
log_option_disabled("Build unity")
endif()
Expand Down

0 comments on commit 9ba5861

Please sign in to comment.