Compare commits

...

1 Commits

Author SHA1 Message Date
a6bb734f49 Правка для ОС Эльбрус 2020-05-18 19:33:26 +03:00

View File

@@ -1,3 +1,4 @@
if(${CMAKE_VERSION} VERSION_GREATER "3.6.0")
include(WriteCompilerDetectionHeader) include(WriteCompilerDetectionHeader)
set(OUTPUT_FILE ${CMAKE_BINARY_DIR}/include/compiler_features.hpp) set(OUTPUT_FILE ${CMAKE_BINARY_DIR}/include/compiler_features.hpp)
@@ -21,3 +22,4 @@ write_compiler_detection_header(
cxx_range_for) cxx_range_for)
unset(OUTPUT_FILE) unset(OUTPUT_FILE)
endif()