mirror of
https://github.com/catchorg/Catch2.git
synced 2025-04-27 11:25:43 +02:00
Inherit C++14 requirement from upstream target
This commit is contained in:
parent
5c97a8583d
commit
1d3bfb324d
@ -5,4 +5,3 @@ find_package(Catch2 CONFIG REQUIRED)
|
|||||||
|
|
||||||
add_executable(test_package test_package.cpp)
|
add_executable(test_package test_package.cpp)
|
||||||
target_link_libraries(test_package Catch2::Catch2WithMain)
|
target_link_libraries(test_package Catch2::Catch2WithMain)
|
||||||
target_compile_features(test_package PRIVATE cxx_std_14)
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user