aboutsummaryrefslogtreecommitdiff
path: root/cmake/Modules/ConanDependencies.cmake
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@gmail.com>2019-06-30 15:28:22 +0200
committerFelix Morgner <felix.morgner@gmail.com>2019-06-30 15:28:22 +0200
commit0add63c0435a896285ef7e08a5da1865fff456be (patch)
treeabca662ba79a525d071025a06a59d49af9adf631 /cmake/Modules/ConanDependencies.cmake
parent985bf04283f4f20c7c0616df0219add9f03558ac (diff)
downloadwanda-0add63c0435a896285ef7e08a5da1865fff456be.tar.xz
wanda-0add63c0435a896285ef7e08a5da1865fff456be.zip
build: simplify CMake configuration
Diffstat (limited to 'cmake/Modules/ConanDependencies.cmake')
-rw-r--r--cmake/Modules/ConanDependencies.cmake11
1 files changed, 0 insertions, 11 deletions
diff --git a/cmake/Modules/ConanDependencies.cmake b/cmake/Modules/ConanDependencies.cmake
deleted file mode 100644
index 09fdb94..0000000
--- a/cmake/Modules/ConanDependencies.cmake
+++ /dev/null
@@ -1,11 +0,0 @@
-if(NOT EXISTS "${CMAKE_BINARY_DIR}/conan.cmake")
- message(STATUS "Downloading 'conan' integration")
- file(DOWNLOAD "https://raw.githubusercontent.com/conan-io/cmake-conan/master/conan.cmake" "${CMAKE_BINARY_DIR}/conan.cmake")
-endif()
-
-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 OUTPUT_QUIET)