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 /CMakeLists.txt | |
parent | 89ec4e3d1186e1a250adb18cb6a8cce7c4756bf6 (diff) |
Remove conan support
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 275c505..bf987f5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,11 +1,6 @@ cmake_minimum_required(VERSION 2.8.4) project(TgBot) -if (${CONAN_EXPORTED}) - include(${CMAKE_BINARY_DIR}/conanbuildinfo.cmake) - conan_basic_setup() -endif() - set(CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS ON) # options |