mirror of
https://github.com/conan-io/conan-center-index.git
synced 2025-08-14 18:51:15 +00:00
(#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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user