summaryrefslogtreecommitdiff
path: root/games-emulation/ppsspp/files/ppsspp-1.17.1-cmake-cxx.patch
blob: 12796b06e890273484528548f9bf2aaa6293c1c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -3,6 +3,8 @@ cmake_minimum_required(VERSION 3.8)
 project(PPSSPP)
 enable_testing()
 
+include(CheckCXXSourceCompiles)
+
 #This is supposed to work but doesn't!
 if(NOT ANDROID)
 	set(CMAKE_CXX_STANDARD 17)