Build with CMAKE_USE_RELATIVE_PATHS=ON.
This commit is contained in:
parent
491878bef6
commit
6f4e84221b
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -6,6 +6,7 @@ cmake (2.8.0~rc5-1) UNRELEASED; urgency=low
|
||||
* Switch to dpkg-source format 3.0 (quilt):
|
||||
- drop build dependency on quilt;
|
||||
- drop quilt.make snippet include from debian/rules.
|
||||
* Build with CMAKE_USE_RELATIVE_PATHS=ON.
|
||||
|
||||
-- Modestas Vainius <modestas@vainius.eu> Fri, 06 Nov 2009 22:09:00 +0200
|
||||
|
||||
|
0
debian/patches/series
vendored
0
debian/patches/series
vendored
1
debian/rules
vendored
1
debian/rules
vendored
@ -22,6 +22,7 @@ endif
|
||||
$(BUILD_FLAGS_FILE):
|
||||
touch $@
|
||||
echo 'set(CMAKE_SKIP_RPATH YES CACHE BOOL "Skip rpath" FORCE)' >> $@
|
||||
echo 'set(CMAKE_USE_RELATIVE_PATHS YES CACHE BOOL "Use relative paths" FORCE)' >> $@
|
||||
echo 'set(CMAKE_VERBOSE_MAKEFILE ON CACHE BOOL "Verbose build" FORCE)' >> $@
|
||||
echo 'set(CMAKE_C_FLAGS "$(CFLAGS)" CACHE STRING "C flags" FORCE)' >> $@
|
||||
echo 'set(CMAKE_CXX_FLAGS "$(CFLAGS)" CACHE STRING "C++ flags" FORCE)' >> $@
|
||||
|
Loading…
x
Reference in New Issue
Block a user