framework macro typofix

This commit is contained in:
AzaezelX 2023-06-12 09:01:50 -05:00
parent d4c73c8733
commit fa14b8c3a9

View file

@ -128,6 +128,6 @@ endmacro (filterOut)
################# apple frameworks ###################
macro(addFramework framework)
if (APPLE)
set(TORQUE_LINK_LIBRARIES ${TORQUE_LINK_LIBRARIES}"-framework ${framework}")
set(TORQUE_LINK_LIBRARIES ${TORQUE_LINK_LIBRARIES} "-framework ${framework}")
endif()
endmacro()