mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
Tutorial: Update IPO example in Step 6
This commit is contained in:
committed by
Brad King
parent
773cee16d4
commit
058511c6b6
@@ -13,7 +13,9 @@ option(TUTORIAL_USE_STD_SQRT "Use std::sqrt" OFF)
|
||||
# set(CMAKE_INTERPROCEDURAL_OPTIMIZATION True)
|
||||
# Otherwise, follow the examples in the CheckIPOSupported documentation.
|
||||
# Specifically, follow the documentation example to emit an error message
|
||||
# if IPO is unavailable.
|
||||
# if IPO is unavailable. Additionally, when IPO is available, emit a
|
||||
# message indicating so (otherwise IPO has no easily visible change in
|
||||
# the logs or build).
|
||||
|
||||
if(TUTORIAL_BUILD_UTILITIES)
|
||||
add_subdirectory(Tutorial)
|
||||
|
||||
Reference in New Issue
Block a user