Skip to content

Commit

Permalink
🐛 Fixed missing cmake option
Browse files Browse the repository at this point in the history
  • Loading branch information
AnotherFoxGuy committed Dec 8, 2022
1 parent bd55966 commit b54b253
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Testbed/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ project(testbed)
set_property(GLOBAL PROPERTY USE_FOLDERS ON)
set(CMAKE_CXX_STANDARD 14)

option(USE_CONAN "Use conan for installing deps" ON)

if (USE_CONAN)
if (NOT EXISTS "${CMAKE_BINARY_DIR}/conan.cmake")
message(STATUS "Downloading conan.cmake from https://github.com/conan-io/cmake-conan")
Expand Down

0 comments on commit b54b253

Please sign in to comment.