diff options
Diffstat (limited to 'Modules/FindPhysFS.cmake')
-rw-r--r-- | Modules/FindPhysFS.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Modules/FindPhysFS.cmake b/Modules/FindPhysFS.cmake index 2e3ac14..45f9d2e 100644 --- a/Modules/FindPhysFS.cmake +++ b/Modules/FindPhysFS.cmake @@ -8,7 +8,7 @@ # correspond to the ./configure --prefix=$PHYSFSDIR # used in building PHYSFS. # -# Created by Eric Wing. +# Created by Eric Wing. #============================================================================= # Copyright 2005-2009 Kitware, Inc. @@ -36,7 +36,7 @@ FIND_PATH(PHYSFS_INCLUDE_DIR physfs.h /opt ) -FIND_LIBRARY(PHYSFS_LIBRARY +FIND_LIBRARY(PHYSFS_LIBRARY NAMES physfs HINTS $ENV{PHYSFSDIR} |