Skip to content

Commit

Permalink
move cmake modules into subdir
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffrey Clark committed Jul 26, 2015
1 parent c1296b1 commit 8f49b52
Show file tree
Hide file tree
Showing 5 changed files 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 @@ -20,7 +20,7 @@ configure_file(
"${PROJECT_BINARY_DIR}/config.h"
)

set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake_modules" ${CMAKE_MODULE_PATH})
set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/modules" ${CMAKE_MODULE_PATH})
set(EXTLIBS_PATH "${CMAKE_SOURCE_DIR}/extlibs")

include(InstallRequiredSystemLibraries)
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 8f49b52

Please sign in to comment.