Skip to content

Commit

Permalink
Don't set custom FETCHCONTENT_BASE_DIR
Browse files Browse the repository at this point in the history
  • Loading branch information
daljit46 committed Aug 15, 2024
1 parent d4b1047 commit 81de4be
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,3 @@ build/
CMakeLists.txt.user
testing/data/tmp*
testing/data/*-tmp-*
_fetchcontent/
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ include(GNUInstallDirs)
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")

set(MRTRIX_BASE_VERSION "${CMAKE_PROJECT_VERSION}")
set(FETCHCONTENT_BASE_DIR "${CMAKE_CURRENT_LIST_DIR}/_fetchcontent" CACHE PATH "Directory where fetched content is stored")

option(MRTRIX_BUILD_GUI "Build the MRtrix3 GUI" ON)
option(MRTRIX_USE_QT5 "Use Qt 5 to build" OFF)
Expand Down

0 comments on commit 81de4be

Please sign in to comment.