Skip to content

Commit 604b8b2

Browse files
YanzhaoWdennisklein
authored andcommitted
Remove force in CMake install prefix
(cherry picked from commit 07f9d1c) (see #554)
1 parent 5e5d0c4 commit 604b8b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FairSoftConfig.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# Where to install the packages contained in FairSoft. FairRoot may find this FairSoft
1515
# via the environment variable SIMPATH.
1616
#
17-
set(CMAKE_INSTALL_PREFIX "${CMAKE_SOURCE_DIR}/install" CACHE PATH "Install prefix" FORCE)
17+
set(CMAKE_INSTALL_PREFIX "${CMAKE_SOURCE_DIR}/install" CACHE PATH "Install prefix")
1818
# set(CMAKE_INSTALL_PREFIX "/some/other/path" CACHE PATH "Install prefix" FORCE)
1919

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

0 commit comments

Comments
 (0)