diff options
author | Christian Pfeiffer <cpfeiffer@live.de> | 2017-11-20 15:21:49 (GMT) |
---|---|---|
committer | Christian Pfeiffer <cpfeiffer@live.de> | 2017-11-20 15:21:49 (GMT) |
commit | f88ef9a9b853b4d85010d9281393b5e0fca058d7 (patch) | |
tree | 6e5f01b6924e3d0c0854712ee5a968863d36fa88 /Modules/FindSquish.cmake | |
parent | 85ae0ba796c26b9ba2f7025e267d3f438db388c6 (diff) | |
download | CMake-f88ef9a9b853b4d85010d9281393b5e0fca058d7.zip CMake-f88ef9a9b853b4d85010d9281393b5e0fca058d7.tar.gz CMake-f88ef9a9b853b4d85010d9281393b5e0fca058d7.tar.bz2 |
Modules: Remove paths set as global Unix prefixes
This commit removes hardcoded paths that are already given in the
platform files or in `UnixPath` on a global level.
Diffstat (limited to 'Modules/FindSquish.cmake')
-rw-r--r-- | Modules/FindSquish.cmake | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Modules/FindSquish.cmake b/Modules/FindSquish.cmake index 09bdf1f..d1ce200 100644 --- a/Modules/FindSquish.cmake +++ b/Modules/FindSquish.cmake @@ -144,9 +144,6 @@ if(NOT SQUISH_INSTALL_DIR) # Look in places relative to the system executable search path. ${SQUISH_INSTALL_DIR_SEARCH} - # Look in standard UNIX install locations. - #/usr/local/squish - DOC "The ${SQUISH_INSTALL_DIR_STRING}" ) endif() |