mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2024-12-29 12:20:41 +00:00
Fixes LibFindMacros for libfind_process
This commit is contained in:
parent
9d51e1966f
commit
3df57b1833
@ -322,7 +322,7 @@ function (libfind_process PREFIX)
|
||||
set(val ${${i}})
|
||||
if ("${val}" STREQUAL "${i}-NOTFOUND")
|
||||
set (val "<not found>")
|
||||
elseif (val AND NOT EXISTS ${val})
|
||||
elseif (val AND NOT EXISTS "${val}")
|
||||
set (val "${val} (does not exist)")
|
||||
else()
|
||||
set(some_files TRUE)
|
||||
|
Loading…
Reference in New Issue
Block a user