https://github.com/Kitware/CMake
Revision 8b79107add5f27e06559ea6566b2c950857eae1e authored by Christian Pfeiffer on 15 December 2017, 19:05:02 UTC, committed by Christian Pfeiffer on 25 January 2018, 15:31:10 UTC
The parsing of link information coming from the compiler wrapper has been improved:

- Support MSVC /link argument separation properly and add support for potential VC++ link flags
- Rely on the global import/static/shared library suffixes instead of hardcoded special values.
This should improve compatibility with Cygwin and MinGW should any MPI implementation there need this behavior.
- Don't use ``find_library`` if the full path of a library is known anyways.
1 parent 5c3c702
History
Tip revision: 8b79107add5f27e06559ea6566b2c950857eae1e authored by Christian Pfeiffer on 15 December 2017, 19:05:02 UTC
FindMPI: Improve link information parsing
Tip revision: 8b79107
File Mode Size
cm_c11_thread_local.c -rw-r--r-- 57 bytes
cm_c11_thread_local.cmake -rw-r--r-- 1.4 KB
cm_cxx14_check.cmake -rw-r--r-- 1.4 KB
cm_cxx14_check.cpp -rw-r--r-- 45 bytes
cm_cxx17_check.cmake -rw-r--r-- 1.4 KB
cm_cxx17_check.cpp -rw-r--r-- 71 bytes
cm_cxx_features.cmake -rw-r--r-- 1.8 KB
cm_cxx_make_unique.cxx -rw-r--r-- 99 bytes
cm_cxx_unique_ptr.cxx -rw-r--r-- 84 bytes

back to top