mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-11 12:27:14 +02:00
missing (
This commit is contained in:
@ -81,7 +81,7 @@ endif()
|
|||||||
#Enable LTO if available
|
#Enable LTO if available
|
||||||
include(CheckIPOSupported)
|
include(CheckIPOSupported)
|
||||||
check_ipo_supported(RESULT SLS_LTO_AVAILABLE)
|
check_ipo_supported(RESULT SLS_LTO_AVAILABLE)
|
||||||
if if((CMAKE_BUILD_TYPE STREQUAL "Release") AND SLS_LTO_AVAILABLE)
|
if((CMAKE_BUILD_TYPE STREQUAL "Release") AND SLS_LTO_AVAILABLE)
|
||||||
message(STATUS "Building with link time optimization")
|
message(STATUS "Building with link time optimization")
|
||||||
else()
|
else()
|
||||||
message(STATUS "Building without link time optimization")
|
message(STATUS "Building without link time optimization")
|
||||||
|
Reference in New Issue
Block a user