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 38f0282 commit 7ab12daCopy full SHA for 7ab12da
CMakeLists.txt
@@ -18,7 +18,7 @@ elseif( CMAKE_CXX_COMPILER_ID MATCHES "MSVC" )
18
endif()
19
20
include_directories( "./" )
21
-include_directories( "./ext/" )
+include_directories( "./ext/Catch2/single_include/catch2/" )
22
23
if( PROGRAMOPTIONS_GNU_OPTIONS )
24
set( CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Wextra -Wpedantic -Wno-deprecated -fno-rtti" )
0 commit comments