Skip to content

Commit

Permalink
[Cmake] Don't blindly overwrite CMAKE_MODULE_PATH.
Browse files Browse the repository at this point in the history
  • Loading branch information
marsupial committed Sep 12, 2018
1 parent f1b04ad commit 27028f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Expand Up @@ -17,7 +17,8 @@ if (NOT CMAKE_SIZEOF_VOID_P EQUAL 8)
endif()
endif()

set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/defaults
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH}
${CMAKE_SOURCE_DIR}/cmake/defaults
${CMAKE_SOURCE_DIR}/cmake/modules
${CMAKE_SOURCE_DIR}/cmake/macros)

Expand Down

0 comments on commit 27028f1

Please sign in to comment.