Skip to content

Commit

Permalink
Remove force in CMake install prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
YanzhaoW authored and dennisklein committed Oct 7, 2024
1 parent de0adcf commit 07f9d1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FairSoftConfig.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# Where to install the packages contained in FairSoft. FairRoot may find this FairSoft
# via the environment variable SIMPATH.
#
set(CMAKE_INSTALL_PREFIX "${CMAKE_SOURCE_DIR}/install" CACHE PATH "Install prefix" FORCE)
set(CMAKE_INSTALL_PREFIX "${CMAKE_SOURCE_DIR}/install" CACHE PATH "Install prefix")
# set(CMAKE_INSTALL_PREFIX "/some/other/path" CACHE PATH "Install prefix" FORCE)

# Note: Defaults are effective even if the option is not set explicitely in this file.
Expand Down

0 comments on commit 07f9d1c

Please sign in to comment.