Skip to content

Commit

Permalink
Merge pull request #5 from torbjoernk/feature/mpi-pf
Browse files Browse the repository at this point in the history
cmake: some more output on compiler selection
  • Loading branch information
memmett committed Aug 1, 2014
2 parents ae2bca1 + 4a9c4e9 commit 6a85827
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -101,5 +101,7 @@ endif()
message(STATUS "********************************************************************************")

message(STATUS "C++ Compiler ID: ${CMAKE_CXX_COMPILER_ID}")
message(STATUS "C++ Compiler Names: ${CMAKE_CXX_COMPILER_NAMES}")
message(STATUS "C++ Compiler Version: ${CMAKE_CXX_COMPILER_VERSION}")
message(STATUS "C++ Flags: ${CMAKE_CXX_FLAGS}")
message(STATUS "C++ link flags: ${CMAKE_CXX_LINK_FLAGS}")

0 comments on commit 6a85827

Please sign in to comment.