Skip to content

Commit

Permalink
Fix test_package
Browse files Browse the repository at this point in the history
  • Loading branch information
szmyd committed Feb 1, 2024
1 parent 95a9b1c commit f806ffb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_package/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ project(test_package LANGUAGES CXX)
include(${CMAKE_BINARY_DIR}/conanbuildinfo.cmake)
conan_basic_setup(TARGETS)

set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD 20)
find_package (Threads REQUIRED)
find_package (iomgr REQUIRED)

Expand Down

0 comments on commit f806ffb

Please sign in to comment.