mirror of
https://github.com/RPCSX/SPIRV-Tools.git
synced 2024-12-04 01:11:44 +00:00
Set cmake-policy CMP0048 to NEW
This commit is contained in:
parent
86627f7b3f
commit
c26778fa99
@ -13,6 +13,9 @@
|
||||
# limitations under the License.
|
||||
|
||||
cmake_minimum_required(VERSION 2.8.12)
|
||||
if (POLICY CMP0048)
|
||||
cmake_policy(SET CMP0048 NEW)
|
||||
endif()
|
||||
if (POLICY CMP0054)
|
||||
# Avoid dereferencing variables or interpret keywords that have been
|
||||
# quoted or bracketed.
|
||||
|
Loading…
Reference in New Issue
Block a user