Skip to content

Commit

Permalink
[cmake] print some useful information
Browse files Browse the repository at this point in the history
  • Loading branch information
gicmo committed Feb 27, 2017
1 parent aa7968c commit 69a5afa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,7 @@ set(CPACK_SOURCE_IGNORE_FILES
"^${PROJECT_SOURCE_DIR}/build/")

include(CPack)

message("=========================================")
message("Version: ... ${CDCC_VERSION}")
message("Install path: ... ${CMAKE_INSTALL_PREFIX}")

0 comments on commit 69a5afa

Please sign in to comment.