aboutsummaryrefslogtreecommitdiff
path: root/cmake/Modules/ConanDependencies.cmake
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@gmail.com>2018-12-18 11:23:57 +0100
committerFelix Morgner <felix.morgner@gmail.com>2018-12-18 11:23:57 +0100
commite4108231e130db5653eb0c4c57748373e68be8dc (patch)
treef349605fb5fe8928523b90de73f126c6edb54add /cmake/Modules/ConanDependencies.cmake
parent342412a11405931d46667b179b9e861b8ed39875 (diff)
downloadwanda-e4108231e130db5653eb0c4c57748373e68be8dc.tar.xz
wanda-e4108231e130db5653eb0c4c57748373e68be8dc.zip
build: move "build=missing" to conanfile
Diffstat (limited to 'cmake/Modules/ConanDependencies.cmake')
-rw-r--r--cmake/Modules/ConanDependencies.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/Modules/ConanDependencies.cmake b/cmake/Modules/ConanDependencies.cmake
index 7cdc67e..09fdb94 100644
--- a/cmake/Modules/ConanDependencies.cmake
+++ b/cmake/Modules/ConanDependencies.cmake
@@ -8,4 +8,4 @@ include("${CMAKE_BINARY_DIR}/conan.cmake")
set(CONAN_SYSTEM_INCLUDES ON)
conan_check(REQUIRED)
conan_add_remote(NAME "bincrafters" URL "https://api.bintray.com/conan/bincrafters/public-conan")
-conan_cmake_run(CONANFILE "conanfile.py" BASIC_SETUP CMAKE_TARGETS BUILD "missing" OUTPUT_QUIET)
+conan_cmake_run(CONANFILE "conanfile.py" BASIC_SETUP CMAKE_TARGETS OUTPUT_QUIET)