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 cdba363
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions iceoryx_meta/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -85,14 +85,16 @@ include(${CMAKE_CURRENT_SOURCE_DIR}/../cmake/package/package.cmake)
show_config_options()

message("")
message(" Build Properties")
message(" Build Properties")
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 cdba363

Please sign in to comment.