Skip to content

Commit

Permalink
[cmake] Build conan package from sources if missing [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
mloskot committed Jun 5, 2019
1 parent 3d6deae commit 698d83c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -153,7 +153,7 @@ if(GIL_USE_CONAN)
endif()

include(${CMAKE_BINARY_DIR}/conan.cmake)
conan_cmake_run(CONANFILE conanfile.txt BASIC_SETUP CMAKE_TARGETS)
conan_cmake_run(CONANFILE conanfile.txt BASIC_SETUP CMAKE_TARGETS BUILD missing)

set(CMAKE_BUILD_TYPE ${_build_type_saved})
unset(_build_type_saved)
Expand Down

0 comments on commit 698d83c

Please sign in to comment.