Tests: Enable Framework test case with spaces everywhere possible

This commit is contained in:
Brad King
2021-03-10 10:04:05 -05:00
parent b6cc9be009
commit 00ecddd9eb
2 changed files with 2 additions and 1 deletions

View File

@@ -83,7 +83,7 @@ if(NOT XCODE OR NOT XCODE_VERSION VERSION_LESS 5)
target_link_libraries(barStatic fooStatic)
endif()
if(XCODE)
if(MAKE_SUPPORTS_SPACES AND NOT CMAKE_GENERATOR STREQUAL "Watcom WMake")
add_library(space SHARED space.c)
set_target_properties(space PROPERTIES
FRAMEWORK TRUE