Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
+ write message to start make
  • Loading branch information
wwmayer committed Jul 30, 2015
1 parent 8da4f1d commit 9196591
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CMakeLists.txt
Expand Up @@ -1011,3 +1011,11 @@ if(CMAKE_COMPILER_IS_GNUCXX OR MINGW)
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
)
endif(CMAKE_COMPILER_IS_GNUCXX OR MINGW)

# Print message to start build process
if (${CMAKE_BUILD_TOOL} MATCHES "make")
MESSAGE("=======================================\n"
"Now run 'make' to build ${PACKAGE_NAME}\n"
"=======================================\n")
endif()

0 comments on commit 9196591

Please sign in to comment.