Skip to content
Merged
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
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ endif()

list(APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/Modules" "${CMAKE_SOURCE_DIR}/external/libutil/cmake")

include(EnableCCache)

set(checkSubmodules FALSE)
# Figure out RTTR_REVISION (git hash) and RTTR_VERSION (date)
# Those can be manually set to override the default values
Expand Down Expand Up @@ -73,6 +71,7 @@ endif()

# Just include required
include(EnsureOutOfSourceBuild)
include(EnableCCache)

if(APPLE)
set(CMAKE_INSTALL_RPATH "@executable_path" "@executable_path/../Frameworks")
Expand Down
Loading