comparison OrthancFramework/Resources/CMake/BoostConfiguration.cmake @ 4476:c1f36fd13730

migrate remaining links to issues in bitbucket to mercurial server
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 26 Jan 2021 18:25:52 +0100
parents d9473bd5ed43
children c40c1234a696
comparison
equal deleted inserted replaced
4475:a24d2126efd2 4476:c1f36fd13730
51 endif() 51 endif()
52 52
53 53
54 # Patch by xnox to fix issue #166 (CMake find_boost version is now 54 # Patch by xnox to fix issue #166 (CMake find_boost version is now
55 # broken with newer boost/cmake) 55 # broken with newer boost/cmake)
56 # https://bitbucket.org/sjodogne/orthanc/issues/166/ 56 # https://bugs.orthanc-server.com/show_bug.cgi?id=166
57 if (POLICY CMP0093) 57 if (POLICY CMP0093)
58 set(BOOST144 1.44) 58 set(BOOST144 1.44)
59 else() 59 else()
60 set(BOOST144 104400) 60 set(BOOST144 104400)
61 endif() 61 endif()