comparison Resources/CMake/JavaScriptLibraries.cmake @ 312:7fbe031a552d

fixed handling of DefineSourceBasenameForTarget
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 20 Dec 2023 22:17:44 +0100
parents fb7d62e3235e
children 0a1ad7492050
comparison
equal deleted inserted replaced
311:68f7a794e686 312:7fbe031a552d
16 # 16 #
17 # You should have received a copy of the GNU Affero General Public License 17 # You should have received a copy of the GNU Affero General Public License
18 # along with this program. If not, see <http://www.gnu.org/licenses/>. 18 # along with this program. If not, see <http://www.gnu.org/licenses/>.
19 19
20 20
21 set(BASE_URL "http://orthanc.osimis.io/ThirdPartyDownloads/web-viewer") 21 set(BASE_URL "https://orthanc.uclouvain.be/downloads/third-party-downloads/web-viewer")
22 22
23 DownloadPackage( 23 DownloadPackage(
24 "dbf236ede85e7b7871c9a42edad16d81" 24 "dbf236ede85e7b7871c9a42edad16d81"
25 "${BASE_URL}/cornerstone-0.11.0.zip" 25 "${BASE_URL}/cornerstone-0.11.0.zip"
26 "${CMAKE_CURRENT_BINARY_DIR}/cornerstone-0.11.0") 26 "${CMAKE_CURRENT_BINARY_DIR}/cornerstone-0.11.0")