Skip to content

Commit 1fd596c

Browse files
committed
***
1 parent a2defaf commit 1fd596c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set (CMAKE_CXX_STANDARD 17)
33
message(STATUS "Build tests")
44
#==== Compiler Options
55
set(CMAKE_CXX_STANDARD 17)
6-
set(CMAKE_CXX_STANDARD_REQUIRED True)
6+
set(CMAKE_CXX_STANDARD_REQUIRED ON)
77

88
include_directories(${CMAKE_SOURCE_DIR}/src/nyx)
99
include_directories(${gtest_SOURCE_DIR}/include ${gtest_SOURCE_DIR})

0 commit comments

Comments
 (0)