this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Remove -Werror in private-frameworks

-6
-2
src/private-frameworks/AppleSauce/CMakeLists.txt
··· 5 5 6 6 include_directories(BEFORE ${CMAKE_SOURCE_DIR}/src/external/libcxx/include) 7 7 8 - add_compile_options(-Wno-error=stdlibcxx-not-found) 9 - 10 8 add_framework(AppleSauce 11 9 FAT 12 10 CURRENT_VERSION
-2
src/private-frameworks/CMakeLists.txt
··· 1 1 project(private-frameworks) 2 2 3 - add_compile_options(-Werror) 4 - 5 3 add_subdirectory(AppleSystemInfo) 6 4 add_subdirectory(AppleSauce) 7 5 add_subdirectory(AssetCacheServices)
-2
src/private-frameworks/CoreAnalytics/CMakeLists.txt
··· 5 5 6 6 include_directories(BEFORE ${CMAKE_SOURCE_DIR}/src/external/libcxx/include) 7 7 8 - add_compile_options(-Wno-error=stdlibcxx-not-found) 9 - 10 8 add_framework(CoreAnalytics 11 9 FAT 12 10 CURRENT_VERSION