CMake/Tests/CxxOnly
Brad King 749584509e Fix CXX/Fortran MODULE flags when enabled before C (#12929)
If CXX or Fortran is enabled before C then the values of

  CMAKE_SHARED_MODULE_C_FLAGS
  CMAKE_SHARED_MODULE_CREATE_C_FLAGS

may not be available.  On platforms where MODULE library (plugin) creation
is the same as SHARED library creation initialize the MODULE creation
flags from the SHARED creation flags of the matching language instead of
assuming that C has been enabled first.

Teach the COnly and CxxOnly tests to build MODULE libraries.  The latter
covers this specific case.
2012-02-03 15:45:13 -05:00
..
CMakeLists.txt Fix CXX/Fortran MODULE flags when enabled before C (#12929) 2012-02-03 15:45:13 -05:00
cxxonly.cxx Only test for .CPP on Microsoft compilers which will handle .CPP as c++. 2010-09-06 12:43:57 -04:00
libcxx1.cxx ENH: Adding C++-only test. 2006-07-21 11:43:26 -04:00
libcxx1.h ENH: Adding C++-only test. 2006-07-21 11:43:26 -04:00
libcxx2.cxx ENH: Adding C++-only test. 2006-07-21 11:43:26 -04:00
libcxx2.h ENH: Adding C++-only test. 2006-07-21 11:43:26 -04:00
test.CPP Let CMake recognize .CPP .CXX and .C++ as c++ files. 2010-09-02 11:56:40 -04:00
testCxxModule.cxx Fix CXX/Fortran MODULE flags when enabled before C (#12929) 2012-02-03 15:45:13 -05:00