From: DRC Date: Fri, 15 Oct 2010 04:55:13 +0000 (+0000) Subject: Echo version and build X-Git-Tag: 1.0.90~59 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=eb2b9d6b9678c44620c8fee238d0d18d5bf8f621;p=libjpeg-turbo Echo version and build git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@258 632fc199-4ca6-4c93-a231-07263d6284db --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 9d0c059..e5b240d 100644 --- 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()