From b718e9e54f97e6e96f87b0bcbcc91fbf77ed8841 Mon Sep 17 00:00:00 2001 From: Patricia Aas Date: Sun, 29 Nov 2020 18:08:28 +0100 Subject: [PATCH] Try to fix build --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 658f1c6..4f37617 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ endif () include(${CMAKE_BINARY_DIR}/conan.cmake) 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(pacman)