Skip to content

Commit b54b253

Browse files
committed
🐛 Fixed missing cmake option
1 parent bd55966 commit b54b253

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Testbed/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ project(testbed)
99
set_property(GLOBAL PROPERTY USE_FOLDERS ON)
1010
set(CMAKE_CXX_STANDARD 14)
1111

12+
option(USE_CONAN "Use conan for installing deps" ON)
13+
1214
if (USE_CONAN)
1315
if (NOT EXISTS "${CMAKE_BINARY_DIR}/conan.cmake")
1416
message(STATUS "Downloading conan.cmake from https://github.com/conan-io/cmake-conan")

0 commit comments

Comments
 (0)