forked from mirror/openmw-tes3mp
Merge remote-tracking branch 'lgro/jenkins-code-coverage-and-unittests'
This commit is contained in:
commit
762f5fe692
1 changed files with 2 additions and 2 deletions
|
@ -630,8 +630,8 @@ if (APPLE)
|
||||||
include(CPack)
|
include(CPack)
|
||||||
endif (APPLE)
|
endif (APPLE)
|
||||||
|
|
||||||
if (NOT WIN32)
|
if (NOT WIN32 AND NOT DPKG_PROGRAM)
|
||||||
## Linux building
|
## Non Debian based Linux building
|
||||||
# paths
|
# paths
|
||||||
set(BINDIR "${CMAKE_INSTALL_PREFIX}/usr/bin" CACHE PATH "Where to install binaries")
|
set(BINDIR "${CMAKE_INSTALL_PREFIX}/usr/bin" CACHE PATH "Where to install binaries")
|
||||||
set(DATAROOTDIR "${CMAKE_INSTALL_PREFIX}/share" CACHE PATH "Sets the root of data directories to a non-default location")
|
set(DATAROOTDIR "${CMAKE_INSTALL_PREFIX}/share" CACHE PATH "Sets the root of data directories to a non-default location")
|
||||||
|
|
Loading…
Reference in a new issue