-
- Downloads
OS X: Encode -F framework search flag in per-language platform variable
Compilers for languages other than C and C++ on OS X may not understand
the -F framework search flag. Create a new platform information
variable CMAKE_<LANG>_FRAMEWORK_SEARCH_FLAG to hold the flag, and set it
for C and CXX lanugages in the Platform/Darwin module.
Reported-by:
Vittorio Giovara <vittorio.giovara@gmail.com>
Showing
- Modules/Platform/Darwin.cmake 5 additions, 0 deletionsModules/Platform/Darwin.cmake
- Source/cmDocumentVariables.cxx 2 additions, 0 deletionsSource/cmDocumentVariables.cxx
- Source/cmLocalGenerator.cxx 23 additions, 9 deletionsSource/cmLocalGenerator.cxx
- Source/cmMakefileTargetGenerator.cxx 11 additions, 3 deletionsSource/cmMakefileTargetGenerator.cxx
- Source/cmMakefileTargetGenerator.h 1 addition, 1 deletionSource/cmMakefileTargetGenerator.h
Loading
Please register or sign in to comment