|
@@ -13,7 +13,9 @@ option(TUTORIAL_USE_STD_SQRT "Use std::sqrt" OFF)
|
|
# set(CMAKE_INTERPROCEDURAL_OPTIMIZATION True)
|
|
# set(CMAKE_INTERPROCEDURAL_OPTIMIZATION True)
|
|
# Otherwise, follow the examples in the CheckIPOSupported documentation.
|
|
# Otherwise, follow the examples in the CheckIPOSupported documentation.
|
|
# Specifically, follow the documentation example to emit an error message
|
|
# 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)
|
|
if(TUTORIAL_BUILD_UTILITIES)
|
|
add_subdirectory(Tutorial)
|
|
add_subdirectory(Tutorial)
|