Skip to content

Commit

Permalink
Support user specific CMAKE_MODULE_PATH (#2806)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenBright authored Nov 3, 2024
1 parent e1bf467 commit 30a56dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ include(GNUInstallDirs)

configure_file(${PROJECT_SOURCE_DIR}/config.h.in ${PROJECT_SOURCE_DIR}/src/butil/config.h @ONLY)

set(CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake)
list(APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake")

find_package(GFLAGS REQUIRED)

Expand Down

0 comments on commit 30a56dd

Please sign in to comment.