Skip to content

Commit

Permalink
iox-eclipse-iceoryx#2301 Print cmake provided C and C++ flags
Browse files Browse the repository at this point in the history
  • Loading branch information
elBoberido committed Jun 7, 2024
1 parent 9f18529 commit 835bcae
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions iceoryx_meta/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,11 @@ message(" platform..................: " ${ICEORYX_PLATFORM_STRING})
message(" project name..............: " ${CMAKE_PROJECT_NAME})
message(" c compiler................: " ${CMAKE_C_COMPILER})
message(" c++ compiler..............: " ${CMAKE_CXX_COMPILER})
message(" c++ standard..............: " ${ICEORYX_CXX_STANDARD})
message(" c flags...................: " ${CMAKE_C_FLAGS})
message(" c++ flags.................: " ${CMAKE_CXX_FLAGS})
message(" cmake.....................: " ${CMAKE_VERSION})
message(" Flags from iceoryx platform")
message(" Additional flags from iceoryx platform")
message(" c++ standard..............: " ${ICEORYX_CXX_STANDARD})
message(" c flags...................: " ${ICEORYX_C_FLAGS})
message(" c warning flags...........: " ${ICEORYX_C_WARNINGS})
message(" c++ flags.................: " ${ICEORYX_CXX_FLAGS})
Expand Down

0 comments on commit 835bcae

Please sign in to comment.