Sebastien Jodogne pushed to branch master at Debian Med / orthanc
Commits: f44c3739 by jodogne-guest at 2018-04-25T14:09:20+02:00 CMAKE_BUILD_TYPE - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ orthanc (1.3.2+dfsg-2) UNRELEASED; urgency=medium * Fix copyright + * Set -DCMAKE_BUILD_TYPE=None -- Sebastien Jodogne <[email protected]> Thu, 19 Apr 2018 20:05:21 +0200 ===================================== debian/rules ===================================== --- a/debian/rules +++ b/debian/rules @@ -25,7 +25,7 @@ CMAKE_EXTRA_FLAGS += \ -DUSE_GOOGLE_TEST_DEBIAN_PACKAGE:BOOL=ON \ -DDCMTK_LIBRARIES:STRING=dcmjpls \ -DUNIT_TESTS_WITH_HTTP_CONNEXIONS:BOOL=OFF \ - -DCMAKE_BUILD_TYPE="" + -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 View it on GitLab: https://salsa.debian.org/med-team/orthanc/commit/f44c373988b49a05b811def9aebe95eeb5c06fde --- View it on GitLab: https://salsa.debian.org/med-team/orthanc/commit/f44c373988b49a05b811def9aebe95eeb5c06fde You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
