You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CMakeLists.txt
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -125,7 +125,7 @@ else()
125
125
set(PHASAR_STD_FILESYSTEM stdc++fs)
126
126
endif()
127
127
128
-
set(PHASAR_CONFIG_INSTALL_DIR "/opt/phasar/config/"CACHESTRING"Customizes the directory, where configuration files for PhASAR are installed (default is /opt/phasar/config)")
128
+
set(PHASAR_CONFIG_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}/.phasar-config/"CACHESTRING"Customizes the directory, where configuration files for PhASAR are installed (default is /usr/local/.phasar-config)")
0 commit comments