Skip to content

Commit

Permalink
Support user specific CMAKE_MODULE_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
user Grupo de Sistemas Distribuidos committed Nov 1, 2024
1 parent ab0017f commit 82ba035
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 @@ -19,7 +19,7 @@ if(WITH_DEBUG_SYMBOLS)
set(DEBUG_SYMBOL "-g")
endif()

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

include(FindThreads)
include(FindProtobuf)
Expand Down

0 comments on commit 82ba035

Please sign in to comment.