diff options
author | Rolf Eike Beer <eike@sf-mail.de> | 2019-03-19 22:46:56 (GMT) |
---|---|---|
committer | Rolf Eike Beer <eike@sf-mail.de> | 2019-03-19 22:49:11 (GMT) |
commit | eea9eda834466272b42f694a14d5d5f3d1975ec2 (patch) | |
tree | 9ddee237c4cd297ef71b631f91b54abd2a6627fa /Modules/FindPhysFS.cmake | |
parent | 8c0b7aa17dcbe24b38453843544bc61a25e1a851 (diff) | |
download | CMake-eea9eda834466272b42f694a14d5d5f3d1975ec2.zip CMake-eea9eda834466272b42f694a14d5d5f3d1975ec2.tar.gz CMake-eea9eda834466272b42f694a14d5d5f3d1975ec2.tar.bz2 |
remove some platform specific search paths from Find modules
These are added through CMAKE_SYSTEM_PREFIX_PATH on the platforms automatically.
Diffstat (limited to 'Modules/FindPhysFS.cmake')
-rw-r--r-- | Modules/FindPhysFS.cmake | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Modules/FindPhysFS.cmake b/Modules/FindPhysFS.cmake index 0366f77..a32f83a 100644 --- a/Modules/FindPhysFS.cmake +++ b/Modules/FindPhysFS.cmake @@ -24,9 +24,6 @@ find_path(PHYSFS_INCLUDE_DIR physfs.h PATHS ~/Library/Frameworks /Library/Frameworks - /sw # Fink - /opt/local # DarwinPorts - /opt/csw # Blastwave /opt ) @@ -38,9 +35,6 @@ find_library(PHYSFS_LIBRARY PATHS ~/Library/Frameworks /Library/Frameworks - /sw - /opt/local - /opt/csw /opt ) |