Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,7 @@ PROJECT(sqltoast)
# it in a cache variable for use by the other cmakes.
STRING(TOLOWER "${CMAKE_BUILD_TYPE}" BUILD_TYPE_LOWER)

SET(
CMAKE_MODULE_PATH
${CMAKE_MODULE_PATH}
"${CMAKE_SOURCE_DIR}/cmake_modules"
)
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake_modules")

# Must use GNUInstallDirs to install libraries into correct
# locations on all platforms.
Expand Down