We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d537242 commit b98af27Copy full SHA for b98af27
test/CMakeLists.txt
@@ -42,7 +42,7 @@ else()
42
if(CMAKE_CXX_COMPILER_ID STREQUAL "GNU")
43
target_compile_options( ${test_project_name} PRIVATE -finput-charset=UTF-8 -fexec-charset=UTF-8 main.cpp -msse4.2 -fconstexpr-ops-limit=2147483647 -fconstexpr-depth=2147483647)
44
# Clang
45
- else(CMAKE_CXX_COMPILER_ID MATCHES "Clang")
+ elseif(CMAKE_CXX_COMPILER_ID MATCHES "Clang")
46
target_compile_options( ${test_project_name} PRIVATE -finput-charset=UTF-8 -fexec-charset=UTF-8 main.cpp -msse4.2 -fconstexpr-steps=2147483647 -fconstexpr-depth=2147483647)
47
# Unkown
48
else()
0 commit comments