File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1- # Copyright (C) 2024 Raven Computing
1+ # Copyright (C) 2025 Raven Computing
22#
33# Licensed under the Apache License, Version 2.0 (the "License");
44# you may not use this file except in compliance with the License.
@@ -192,6 +192,10 @@ function(dependency)
192192 ${ARGN}
193193 )
194194
195+ if (POLICY CMP0135)
196+ cmake_policy (SET CMP0135 NEW)
197+ endif ()
198+
195199 # The default URL to use for dependencies declared
196200 # with the DEPENDENCY_RESOURCE short form
197201 set (DEPENDENCY_BASE_URL_DEFAULT "https://github.com" )
Original file line number Diff line number Diff line change 1- # Copyright (C) 2024 Raven Computing
1+ # Copyright (C) 2025 Raven Computing
22#
33# Licensed under the Apache License, Version 2.0 (the "License");
44# you may not use this file except in compliance with the License.
@@ -192,6 +192,10 @@ function(dependency)
192192 ${ARGN}
193193 )
194194
195+ if (POLICY CMP0135)
196+ cmake_policy (SET CMP0135 NEW)
197+ endif ()
198+
195199 # The default URL to use for dependencies declared
196200 # with the DEPENDENCY_RESOURCE short form
197201 set (DEPENDENCY_BASE_URL_DEFAULT "https://github.com" )
You can’t perform that action at this time.
0 commit comments