mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
cmake: fix some warnings
This commit is contained in:
parent
fd36a7981a
commit
7e2c45e042
6 changed files with 6 additions and 7 deletions
|
@ -12,7 +12,7 @@
|
|||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
cmake_minimum_required(VERSION 3.0)
|
||||
cmake_minimum_required(VERSION 3.10)
|
||||
project(SPIRV-Cross)
|
||||
enable_testing()
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
cmake_minimum_required (VERSION 3.2.0)
|
||||
cmake_minimum_required (VERSION 3.10.0)
|
||||
project (DiscordRPC)
|
||||
|
||||
set(SRC_DIR ../discord-rpc/src)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
cmake_minimum_required (VERSION 3.2.0)
|
||||
cmake_minimum_required (VERSION 3.10.0)
|
||||
project (chdr)
|
||||
|
||||
set(LZMA_DIR ../libchdr/deps/lzma-22.01/src)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
cmake_minimum_required (VERSION 3.2.0)
|
||||
cmake_minimum_required (VERSION 3.10.0)
|
||||
project (lua)
|
||||
|
||||
set(SRC_DIR ../lua)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
cmake_minimum_required (VERSION 3.2.0)
|
||||
cmake_minimum_required (VERSION 3.10.0)
|
||||
project (RCheevos)
|
||||
|
||||
set(SRC_DIR ../rcheevos/src)
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
cmake_minimum_required (VERSION 3.2.0)
|
||||
cmake_minimum_required (VERSION 3.10.0)
|
||||
project (libzstd_static)
|
||||
|
||||
set(SRC_DIR ../zstd/lib)
|
||||
message(${SRC_DIR})
|
||||
|
||||
set(ALL_SOURCE_FILES
|
||||
${SRC_DIR}/common/debug.c
|
||||
|
|
Loading…
Add table
Reference in a new issue