Diff for /imach/CMakeLists.txt between versions 1.11 and 1.12

version 1.11, 2015/12/16 09:07:10 version 1.12, 2016/02/19 09:26:29
Line 8 Line 8
 # SET (CMAKE_CONFIGURATION_TYPES "Debug;RelWithDebinfo" CACHE STRING "" FORCE)  # SET (CMAKE_CONFIGURATION_TYPES "Debug;RelWithDebinfo" CACHE STRING "" FORCE)
 set(PACKAGE_NAME "imach")  set(PACKAGE_NAME "imach")
 SET(IMACH_VERSION_MAJOR 0)  SET(IMACH_VERSION_MAJOR 0)
 SET(IMACH_VERSION_MINOR 98r4)  SET(IMACH_VERSION_MINOR 98r7)
 SET(IMACH_VERSION_PATCH 0)  SET(IMACH_VERSION_PATCH 0)
 SET(IMACH_VERSION_NOTE "")  SET(IMACH_VERSION_NOTE "")
 SET(IMACH_VERSION ${IMACH_VERSION_MAJOR}.${IMACH_VERSION_MINOR})  SET(IMACH_VERSION ${IMACH_VERSION_MAJOR}.${IMACH_VERSION_MINOR})
Line 253  if(UNIX) Line 253  if(UNIX)
       COMMENT "Generating IMaCh documentation with Doxygen" VERBATIM        COMMENT "Generating IMaCh documentation with Doxygen" VERBATIM
       )        )
   endif()    endif()
 endif()  
   
   endif()

Removed from v.1.11  
changed lines
  Added in v.1.12


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>