⚗️ add C++17 copies of the test binaries

This commit is contained in:
Niels Lohmann 2021-10-20 13:11:12 +02:00
parent cf2a896bcd
commit 7fb709c366
No known key found for this signature in database
GPG Key ID: 7F3CEA63AE251B69

View File

@ -102,6 +102,7 @@ foreach(file ${files})
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}
)
endif()
set_tests_properties("${testcase}_cpp17" PROPERTIES LABELS "all" FIXTURES_REQUIRED TEST_DATA)
endif()
endif()