Inherit C++14 requirement from upstream target

This commit is contained in:
Chris Thrasher 2025-04-07 22:14:16 -06:00
parent 5c97a8583d
commit 1d3bfb324d
No known key found for this signature in database
GPG Key ID: 56FB686C9DFC8E2C

View File

@ -5,4 +5,3 @@ find_package(Catch2 CONFIG REQUIRED)
add_executable(test_package test_package.cpp)
target_link_libraries(test_package Catch2::Catch2WithMain)
target_compile_features(test_package PRIVATE cxx_std_14)