Try to fix build
This commit is contained in:
parent
04c93ef20f
commit
b718e9e54f
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ endif ()
|
||||||
include(${CMAKE_BINARY_DIR}/conan.cmake)
|
include(${CMAKE_BINARY_DIR}/conan.cmake)
|
||||||
conan_add_remote(NAME bincrafters INDEX 1 URL https://api.bintray.com/conan/bincrafters/public-conan)
|
conan_add_remote(NAME bincrafters INDEX 1 URL https://api.bintray.com/conan/bincrafters/public-conan)
|
||||||
|
|
||||||
set(CMAKE_MODULE_PATH ${CMAKE_BINARY_DIR}/pacman/;${CMAKE_BINARY_DIR}/pomodoro/)
|
set(CMAKE_MODULE_PATH ${CMAKE_BINARY_DIR}/lcd/;${CMAKE_BINARY_DIR}/pacman/;${CMAKE_BINARY_DIR}/pomodoro/)
|
||||||
|
|
||||||
add_subdirectory(lcd)
|
add_subdirectory(lcd)
|
||||||
add_subdirectory(pacman)
|
add_subdirectory(pacman)
|
||||||
|
|
Loading…
Reference in a new issue