1
0
mirror of https://github.com/RPCS3/rpcs3.git synced 2024-11-22 02:32:36 +01:00

removed redundant cmake version check

This commit is contained in:
p01arst0rm 2021-04-20 20:12:18 +01:00 committed by Ivan
parent 9e008996ab
commit e9d785475e

View File

@ -1,5 +1,4 @@
cmake_minimum_required(VERSION 3.8.2)

if(USE_PRECOMPILED_HEADERS AND NOT COMMAND target_precompile_headers)
include(cotire)
endif()