Skip to content
Snippets Groups Projects
Unverified Commit 4ff3b280 authored by Jayesh Badwaik's avatar Jayesh Badwaik
Browse files

- bs: print standard information while building

parent 6dfaef30
Branches
No related tags found
No related merge requests found
......@@ -6,6 +6,11 @@
# --------------------------------------------------------------------------------------------------
# Print All Options and Version for The User
# --------------------------------------------------------------------------------------------------
message(STATUS "Standard: C++ - ${CMAKE_CXX_STANDARD}")
message(STATUS "Standard: C - ${CMAKE_C_STANDARD}")
message(STATUS "Standard: CUDA - ${CMAKE_CUDA_STANDARD}")
message(STATUS "Standard: HIP - ${CMAKE_HIP_STANDARD}")
message(STATUS "Build: Documentation - ${BUILD_DOC}")
message(STATUS "Build: Source - ${BUILD_SOURCE}")
message(STATUS "Build: Testing - ${BUILD_TESTING}")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment