diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2013-08-05 15:32:46 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2013-08-05 15:32:46 +0200 |
commit | 2b1e3a557986a4a3152521984947e34fe8ce2d01 (patch) | |
tree | e17953c71f8b8927f502c40c9bbab643382ba9ab | |
parent | 4ca71d29e44d3c5baaab35ffeabab1fb18bae9f4 (diff) | |
download | k8055-2b1e3a557986a4a3152521984947e34fe8ce2d01.zip k8055-2b1e3a557986a4a3152521984947e34fe8ce2d01.tar.gz |
output install prefix
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 11ef350..cba641a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -82,6 +82,7 @@ ENDIF() # BUILD SUMMARY # COLOR_MESSAGE("\n${_escape}[1;36mBuild Summary${_escape}[0m\n--------------------") +COLOR_MESSAGE("* ${_escape}[1;35mInstall dir${_escape}[0m : ${_escape}[1;32m${CMAKE_INSTALL_PREFIX}${_escape}[0m") IF (LIBUSB_FOUND) COLOR_MESSAGE("* ${_escape}[1;35mlibusb${_escape}[0m : ${_escape}[1;32mfound${_escape}[0m build libk8055") ELSE() |