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 1f519da commit 887f41aCopy full SHA for 887f41a
CMakeLists.txt
@@ -78,6 +78,10 @@ if(OPENDRIVE_BUILD_TESTS)
78
include(Catch)
79
80
add_executable(tests tests/test.cpp)
81
+ set_target_properties(tests PROPERTIES
82
+ CXX_STANDARD 17
83
+ CXX_STANDARD_REQUIRED ON
84
+ )
85
target_link_libraries(tests PRIVATE OpenDrive Catch2::Catch2WithMain)
86
catch_discover_tests(tests WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/tests)
87
endif()
0 commit comments