Skip to content

Commit c0b7c63

Browse files
authored
Merge pull request #2390 from compnerd/no-instally
build: prevent CoreFoundation from being installed
2 parents 7b72fbd + 917d488 commit c0b7c63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ set(CF_DEPLOYMENT_SWIFT YES CACHE BOOL "Build for Swift" FORCE)
5151

5252
set(SAVED_BUILD_SHARED_LIBS ${BUILD_SHARED_LIBS})
5353
set(BUILD_SHARED_LIBS NO)
54-
add_subdirectory(CoreFoundation)
54+
add_subdirectory(CoreFoundation EXCLUDE_FROM_ALL)
5555
set(BUILD_SHARED_LIBS ${SAVED_BUILD_SHARED_LIBS})
5656

5757
# Setup include paths for uuid/uuid.h

0 commit comments

Comments
 (0)