correct install path and bump version
This commit is contained in:
parent
b62a26eebd
commit
74baa890c6
@ -10,7 +10,7 @@ SET (VERSION_MINOR "8")
|
|||||||
SET (VERSION_PATCH "0")
|
SET (VERSION_PATCH "0")
|
||||||
SET (VERSION_SUB "0")
|
SET (VERSION_SUB "0")
|
||||||
SET (VERSION_DEVEL "0")
|
SET (VERSION_DEVEL "0")
|
||||||
SET (VERSION_SUFFIX "-pre1")
|
SET (VERSION_SUFFIX "-pre2")
|
||||||
|
|
||||||
SET (VERSION_PATCH "${VERSION_PATCH}${VERSION_SUFFIX}")
|
SET (VERSION_PATCH "${VERSION_PATCH}${VERSION_SUFFIX}")
|
||||||
|
|
||||||
@ -41,8 +41,8 @@ set(SHARE_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}/share" CACHE
|
|||||||
set(INCLUDE_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}/include" CACHE PATH "Base directory for files which go to include/" FORCE)
|
set(INCLUDE_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}/include" CACHE PATH "Base directory for files which go to include/" FORCE)
|
||||||
set(DOC_INSTALL_DIR "${SHARE_INSTALL_DIR}/CASA-${VERSION}" CACHE PATH "Base directory for files which go to doc/" FORCE)
|
set(DOC_INSTALL_DIR "${SHARE_INSTALL_DIR}/CASA-${VERSION}" CACHE PATH "Base directory for files which go to doc/" FORCE)
|
||||||
set(MAN_INSTALL_DIR "${SHARE_INSTALL_DIR}/man" CACHE PATH "Base directory for files which go to man/" FORCE)
|
set(MAN_INSTALL_DIR "${SHARE_INSTALL_DIR}/man" CACHE PATH "Base directory for files which go to man/" FORCE)
|
||||||
set(SYSCONF_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}/etc" CACHE PATH "Base directory for configuration files" FORCE)
|
set(SYSCONF_INSTALL_DIR "/etc" CACHE PATH "Base directory for configuration files" FORCE)
|
||||||
set(LIBROOT_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}/lib${LIB_SUFFIX}" CACHE PATH "The subdirectory relative to the install prefix where libraries will be installed (default is /lib${LIB_SUFFIX})" FORCE)
|
set(LIBROOT_INSTALL_DIR "/lib${LIB_SUFFIX}" CACHE PATH "The subdirectory relative to the install prefix where libraries will be installed (default is /lib${LIB_SUFFIX})" FORCE)
|
||||||
|
|
||||||
INCLUDE(${CMAKE_ROOT}/Modules/TestBigEndian.cmake)
|
INCLUDE(${CMAKE_ROOT}/Modules/TestBigEndian.cmake)
|
||||||
TEST_BIG_ENDIAN(WORDS_BIGENDIAN)
|
TEST_BIG_ENDIAN(WORDS_BIGENDIAN)
|
||||||
|
Loading…
Reference in New Issue
Block a user