projects
/
libjpeg-turbo
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8469703
)
Echo version and build
author
DRC
<dcommander@users.sourceforge.net>
Fri, 15 Oct 2010 04:55:13 +0000
(
04:55
+0000)
committer
DRC
<dcommander@users.sourceforge.net>
Fri, 15 Oct 2010 04:55:13 +0000
(
04:55
+0000)
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@258
632fc199
-4ca6-4c93-a231-
07263d6284db
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index 9d0c059202b2de0042365b0e23b89fafd2468710..e5b240d0ef603835ead57e724f16cda51714e07c 100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-30,6
+30,8
@@
if(CMAKE_BUILD_TYPE STREQUAL "Debug")
set(BUILD "${BUILD}d")
endif()
+message(STATUS "VERSION = ${VERSION}, BUILD = ${BUILD}")
+
if(NOT DEFINED WITH_SIMD)
set(WITH_SIMD 1)
endif()