Skip to content

Commit b98af27

Browse files
author
Julian LALU
committed
Try fixing GCC and Clang
1 parent d537242 commit b98af27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ else()
4242
if(CMAKE_CXX_COMPILER_ID STREQUAL "GNU")
4343
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)
4444
# Clang
45-
else(CMAKE_CXX_COMPILER_ID MATCHES "Clang")
45+
elseif(CMAKE_CXX_COMPILER_ID MATCHES "Clang")
4646
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)
4747
# Unkown
4848
else()

0 commit comments

Comments
 (0)