Skip to content

Commit

Permalink
conan is needed to install dependent docopt lib
Browse files Browse the repository at this point in the history
  • Loading branch information
ClausKlein committed Mar 21, 2022
1 parent 36a61d3 commit 39038ff
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions test_install/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ project(
VERSION 0.2.0
LANGUAGES CXX C)

# ### Initialize project_options
# project_options(
# ENABLE_CACHE
# ENABLE_CONAN
### Initialize project_options
project_options(
ENABLE_CACHE
ENABLE_CONAN
# # WARNINGS_AS_ERRORS
# ENABLE_CPPCHECK
# ENABLE_CLANG_TIDY
Expand All @@ -24,7 +24,7 @@ project(
# # ENABLE_PCH
# # PCH_HEADERS <Eigen/Dense> <fmt/core.h> <vector> <utility> <string> <string_view>
# # ENABLE_DOXYGEN
# ENABLE_INTERPROCEDURAL_OPTIMIZATION
ENABLE_INTERPROCEDURAL_OPTIMIZATION
# # ENABLE_USER_LINKER
# # ENABLE_BUILD_WITH_TIME_TRACE
# # ENABLE_UNITY
Expand All @@ -33,11 +33,11 @@ project(
# # ENABLE_SANITIZER_UNDEFINED_BEHAVIOR
# # ENABLE_SANITIZER_THREAD
# # ENABLE_SANITIZER_MEMORY
# )
)

# add src, tests, etc here:
add_executable(another_main another_main.cpp)
#XXX target_link_libraries(another_main PRIVATE project_options project_warnings)
target_link_libraries(another_main PRIVATE project_options project_warnings)

## dependencies
#XXX set(DEPENDENCIES_CONFIGURED myproj)
Expand Down

0 comments on commit 39038ff

Please sign in to comment.