mirror of
https://github.com/redstrate/Astra.git
synced 2025-04-20 11:47:46 +00:00
Set CMP0077 explicitly
This commit is contained in:
parent
b689bac249
commit
c346e848c5
1 changed files with 3 additions and 0 deletions
3
external/CMakeLists.txt
vendored
3
external/CMakeLists.txt
vendored
|
@ -1,6 +1,9 @@
|
|||
# SPDX-FileCopyrightText: 2023 Joshua Goins <josh@redstrate.com>
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
# See https://gitlab.kitware.com/cmake/cmake/-/issues/20312
|
||||
set(CMAKE_POLICY_DEFAULT_CMP0077 NEW)
|
||||
|
||||
set(BUILD_SHARED_LIBS OFF)
|
||||
set(BUILD_TESTS OFF)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue