diff options
author | Oleg Morozenkov <m@oleg.rocks> | 2019-12-05 00:42:09 +0300 |
---|---|---|
committer | Oleg Morozenkov <m@oleg.rocks> | 2019-12-05 00:42:34 +0300 |
commit | 9148563cb333bb6a3127138541de2fc086ff743b (patch) | |
tree | 8e25b1068ca689ae983a8f02334a6ff8182b693b /samples/echobot-conan/CMakeLists.txt | |
parent | 89ec4e3d1186e1a250adb18cb6a8cce7c4756bf6 (diff) |
Remove conan support
Diffstat (limited to 'samples/echobot-conan/CMakeLists.txt')
-rw-r--r-- | samples/echobot-conan/CMakeLists.txt | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/samples/echobot-conan/CMakeLists.txt b/samples/echobot-conan/CMakeLists.txt deleted file mode 100644 index 24d5422..0000000 --- a/samples/echobot-conan/CMakeLists.txt +++ /dev/null @@ -1,9 +0,0 @@ -project(PackageTest CXX) -cmake_minimum_required(VERSION 2.8.4) -set(CMAKE_CXX_STANDARD 11) - -include(${CMAKE_BINARY_DIR}/conanbuildinfo.cmake) -conan_basic_setup() - -add_executable(example example.cpp) -target_link_libraries(example ${CONAN_LIBS}) |