Skip to content

Commit 19bb21b

Browse files
committed
Add simple configuration summary to cmake.
git-svn-id: https://svn.rinrab.com/rinrab/xdigest/trunk@6341 0083e6b4-6090-234a-836e-88fcc467669c
1 parent 065b2f5 commit 19bb21b

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

CMakeLists.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,11 @@ install(FILES
6767
${public_headers}
6868
DESTINATION "include/xdigest"
6969
)
70+
71+
message(STATUS "Configuration summary:")
72+
message(STATUS " Version ......................... : TODO")
73+
message(STATUS " Build type ...................... : ${CMAKE_BUILD_TYPE}")
74+
message(STATUS " Assembly configuration .......... : ${CONFIG}")
75+
message(STATUS " Using Assembly .................. : ${NO_ASM}")
76+
message(STATUS " Build test suite ................ : TODO")
77+
message(STATUS " Install prefix: ................. : ${CMAKE_INSTALL_PREFIX}")

0 commit comments

Comments
 (0)