From f8e56d85dd889224ba9ef5fcb065d3446e6011c6 Mon Sep 17 00:00:00 2001 From: LynxesExe <33750575+LynxesExe@users.noreply.github.com> Date: Sun, 9 May 2021 01:26:46 +0200 Subject: [PATCH] Allow users to override drogon Find modules (#843) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ceca21b5..ec867d05 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -131,7 +131,7 @@ else () message(STATUS "use c++20") endif () -set(CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake_modules/) +list(APPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake_modules/) # jsoncpp find_package(Jsoncpp REQUIRED)