File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ include(PlatformInfo)
27
27
28
28
option (XCTest_INSTALL_NESTED_SUBDIR "Install libraries under a platform and architecture subdirectory" NO )
29
29
set (XCTest_INSTALL_LIBDIR "${CMAKE_INSTALL_LIBDIR} /swift$<$<NOT:$<BOOL:${BUILD_SHARED_LIBS} >>:_static>/${XCTest_PLATFORM_SUBDIR} $<$<BOOL:${XCTest_INSTALL_NESTED_SUBDIR} >:/${XCTest_ARCH_SUBDIR} >" )
30
- set (XCTest_INSTALL_SWIFTMODULEDIR "${CMAKE_INSTALL_LIBDIR} /swift$<$<NOT:$<BOOL:${BUILD_SHARED_LIBS} >>:_static>/${XCTest_PLATFORM_SUBDIR} $<$<BOOL: ${XCTest_INSTALL_NESTED_SUBDIR} >:/ ${XCTest_PLATFORM_SUBDIR} > " )
30
+ set (XCTest_INSTALL_SWIFTMODULEDIR "${CMAKE_INSTALL_LIBDIR} /swift$<$<NOT:$<BOOL:${BUILD_SHARED_LIBS} >>:_static>/${XCTest_PLATFORM_SUBDIR} " )
31
31
32
32
if (UNIX )
33
33
enable_language (C)
You can’t perform that action at this time.
0 commit comments