-
- Downloads
Revert "Disable shared library support when compiler links statically" (#15855)
In commit v3.4.0-rc1~18^2 (Disable shared library support when compiler links statically, 2015-09-30) we tried to detect when the compiler is not capable of linking shared libraries (possibly due to flags in use). However, the approach is not robust against flags like `-nostdlib`. Revert it for now pending another solution to the original problem.
Showing
- Modules/CMakeCCompiler.cmake.in 0 additions, 1 deletionModules/CMakeCCompiler.cmake.in
- Modules/CMakeCInformation.cmake 0 additions, 4 deletionsModules/CMakeCInformation.cmake
- Modules/CMakeCXXCompiler.cmake.in 0 additions, 1 deletionModules/CMakeCXXCompiler.cmake.in
- Modules/CMakeCXXInformation.cmake 0 additions, 4 deletionsModules/CMakeCXXInformation.cmake
- Modules/CMakeDetermineCompilerId.cmake 0 additions, 8 deletionsModules/CMakeDetermineCompilerId.cmake
- Modules/CMakeFortranCompiler.cmake.in 0 additions, 1 deletionModules/CMakeFortranCompiler.cmake.in
- Modules/CMakeFortranInformation.cmake 0 additions, 4 deletionsModules/CMakeFortranInformation.cmake
Loading
Please register or sign in to comment