(#12945) [docs] Hotfix replace wrong cmake method in docs

Signed-off-by: Uilian Ries <uilianries@gmail.com>

Signed-off-by: Uilian Ries <uilianries@gmail.com>
This commit is contained in:
Uilian Ries
2022-09-15 07:04:34 +02:00
committed by GitHub
parent 6cf1f95297
commit 03ee32116e
3 changed files with 3 additions and 3 deletions

View File

@@ -13,4 +13,4 @@ add_executable(${PROJECT_NAME} ../test_package/test_package.cpp)
# don't link to ${CONAN_LIBS} or CONAN_PKG::package
target_link_libraries(${PROJECT_NAME} PRIVATE package::package)
# in case the target project requires a C++ standard
set_compile_features(${PROJECT_NAME} PRIVATE cxx_std_11)
target_compile_features(${PROJECT_NAME} PRIVATE cxx_std_11)