Skip to content

Commit fc8e507

Browse files
authored
Update CMakeLists.txt
remove a couple of cmake things to see if the CI can be satisfied. Not clear that that approach is current with examplar now.
1 parent 3015450 commit fc8e507

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ endif()
1414

1515
# Set the C++ standard based on the user input
1616
set(CMAKE_CXX_STANDARD ${CXX_STANDARD})
17-
set(CMAKE_CXX_STANDARD_REQUIRED ON)
18-
set(CMAKE_CXX_EXTENSIONS OFF)
1917

2018
enable_testing()
2119

0 commit comments

Comments
 (0)