Skip to content

Commit

Permalink
🔨 (cmake): unit test - output CMAKE_CXX_COMPILER
Browse files Browse the repository at this point in the history
  • Loading branch information
ladislas committed Dec 6, 2022
1 parent a6ce6c6 commit 98691b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/unit/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,7 @@ endif()

# Print options
message(STATUS "")
message(STATUS "CMAKE_CXX_COMPILER --> ${CMAKE_CXX_COMPILER}")
message(STATUS "CMAKE_EXPORT_COMPILE_COMMANDS --> ${CMAKE_EXPORT_COMPILE_COMMANDS}")
message(STATUS "UT LITE --> ${UT_LITE}")
message(STATUS "CODE_COVERAGE --> ${COVERAGE}")
Expand Down

0 comments on commit 98691b5

Please sign in to comment.