mirror of
https://github.com/OpenMW/openmw.git
synced 2025-04-26 19:36:48 +00:00
small fixup
This commit is contained in:
parent
d0adbc1b8f
commit
10b3ca8194
1 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,7 @@ if(EXISTS "${GMOCK_MAIN_LIBRARY}")
|
||||||
endif()
|
endif()
|
||||||
if(EXISTS "${GMOCK_MAIN_LIBRARY_DEBUG}")
|
if(EXISTS "${GMOCK_MAIN_LIBRARY_DEBUG}")
|
||||||
set_target_properties(GMock::Main PROPERTIES
|
set_target_properties(GMock::Main PROPERTIES
|
||||||
IMPORTED_LOCATION "{GMOCK_MAIN_LIBRARY_DEBUG})
|
IMPORTED_LOCATION "${GMOCK_MAIN_LIBRARY_DEBUG}")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(GMOCK_FOUND)
|
if(GMOCK_FOUND)
|
||||||
|
|
Loading…
Reference in a new issue