From 7ef1fd03519072a80a53aa746612dc3808c78844 Mon Sep 17 00:00:00 2001 From: Patricia Aas Date: Fri, 27 Nov 2020 19:04:09 +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 ab2bc0b..667bc0e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,5 +10,5 @@ if (NOT EXISTS "${CMAKE_BINARY_DIR}/conan.cmake") "${CMAKE_BINARY_DIR}/conan.cmake") endif () -set(CMAKE_MODULE_PATH ${CMAKE_BINARY_DIR}/pacman/src) +set(CMAKE_MODULE_PATH ${CMAKE_BINARY_DIR}/pacman/lib) add_subdirectory(pacman)