Skip to content

Commit

Permalink
fix cmake conan
Browse files Browse the repository at this point in the history
  • Loading branch information
fhamonic committed Jul 10, 2023
1 parent ba3b511 commit ae285cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_BINARY_DIR}" ${CMAKE_MODULE_PATH})
set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake" ${CMAKE_MODULE_PATH})
include(GNUInstallDirs)
include(CompilerWarnings)
include(Conan)
run_conan()

# ################### Packages ###################
find_package(range-v3)
Expand Down

0 comments on commit ae285cf

Please sign in to comment.