Skip to content

Commit

Permalink
Use c++17 for the test cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
anutosh491 committed Jun 12, 2024
1 parent 9e495eb commit 9f45a0e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ set(XEUS_PYTHON_TESTS

add_executable(test_xeus_python ${XEUS_PYTHON_TESTS})

target_compile_features(test_xeus_python PRIVATE cxx_std_17)

if (APPLE)
set_target_properties(test_xeus_python PROPERTIES
MACOSX_RPATH ON
Expand Down

0 comments on commit 9f45a0e

Please sign in to comment.