Commit 20baf625 authored by Sebastien Jodogne's avatar Sebastien Jodogne
Browse files

CMAKE_BUILD_TYPE

parent 08710f3d
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
orthanc-dicomweb (0.5+dfsg-2) UNRELEASED; urgency=medium

  * Set -DCMAKE_BUILD_TYPE=None

 -- Jodogne <jodogne@debian-unstable>  Wed, 25 Apr 2018 14:11:41 +0200

orthanc-dicomweb (0.5+dfsg-1) unstable; urgency=medium

  * New upstream version.
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ CMAKE_EXTRA_FLAGS += \
	-DCMAKE_SKIP_RPATH:BOOL=ON \
	-DSTATIC_BUILD:BOOL=OFF \
        -DUSE_GOOGLE_TEST_DEBIAN_PACKAGE:BOOL=ON \
	-DCMAKE_BUILD_TYPE=""   # The build type must be left empty, see #711515
        -DCMAKE_BUILD_TYPE=None  # The build type must be set to None, see #711515

override_dh_auto_configure:
        # Put 3rd party packages where the cmake build system expects them