1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-04-01 16:36:40 +00:00

small fixup

This commit is contained in:
psi29a 2021-11-20 18:12:29 +00:00
parent d0adbc1b8f
commit 10b3ca8194

View file

@ -190,7 +190,7 @@ if(EXISTS "${GMOCK_MAIN_LIBRARY}")
endif()
if(EXISTS "${GMOCK_MAIN_LIBRARY_DEBUG}")
set_target_properties(GMock::Main PROPERTIES
IMPORTED_LOCATION "{GMOCK_MAIN_LIBRARY_DEBUG})
IMPORTED_LOCATION "${GMOCK_MAIN_LIBRARY_DEBUG}")
endif()
if(GMOCK_FOUND)