mirror of
https://github.com/Neargye/magic_enum.git
synced 2026-01-09 23:34:23 +00:00
fix test_package
This commit is contained in:
parent
65662f0491
commit
850196eb02
1 changed files with 1 additions and 1 deletions
|
|
@ -6,5 +6,5 @@ conan_basic_setup(TARGETS)
|
|||
|
||||
add_executable(test_package test_package.cpp)
|
||||
target_link_libraries(test_package PRIVATE CONAN_PKG::magic_enum)
|
||||
set_target_properties(example PROPERTIES CXX_EXTENSIONS OFF)
|
||||
set_target_properties(test_package PROPERTIES CXX_EXTENSIONS OFF)
|
||||
target_compile_features(test_package PRIVATE cxx_std_17)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue