Skip to content

Commit

Permalink
kealib: add cxx_std_11 to test_package
Browse files Browse the repository at this point in the history
  • Loading branch information
valgur committed Jan 16, 2024
1 parent 7ca37b5 commit 29c7ac3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions recipes/kealib/all/test_package/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ find_package(kealib REQUIRED CONFIG)

add_executable(${PROJECT_NAME} test_package.cpp)
target_link_libraries(${PROJECT_NAME} PRIVATE kealib::kealib)
target_compile_features(${PROJECT_NAME} PRIVATE cxx_std_11)

0 comments on commit 29c7ac3

Please sign in to comment.