this repo has no description
1
fork

Configure Feed

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

Add Explantion For Disabling Dependency File Support With The Linker

+1
+1
src/CMakeLists.txt
··· 10 10 include(pyc) 11 11 12 12 # Force linker settings to match 3.30.5 behavior 13 + # Apple's ld64 in cctools does not support the `--dependency-file` flag 13 14 set(CMAKE_CXX_LINKER_DEPFILE_SUPPORTED FALSE) 14 15 set(CMAKE_C_LINKER_DEPFILE_SUPPORTED FALSE) 15 16 set(CMAKE_CXX_LINK_DEPENDS_USE_LINKER FALSE)