aboutsummaryrefslogtreecommitdiff
path: root/conan/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'conan/CMakeLists.txt')
-rw-r--r--conan/CMakeLists.txt7
1 files changed, 0 insertions, 7 deletions
diff --git a/conan/CMakeLists.txt b/conan/CMakeLists.txt
deleted file mode 100644
index 15b92ca..0000000
--- a/conan/CMakeLists.txt
+++ /dev/null
@@ -1,7 +0,0 @@
-cmake_minimum_required(VERSION 2.8.11)
-project(cmake_wrapper)
-
-include(conanbuildinfo.cmake)
-conan_basic_setup()
-
-include(${CMAKE_SOURCE_DIR}/CMakeListsOriginal.txt)