summaryrefslogtreecommitdiff
path: root/emulators/ppsspp/files/patch-CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/ppsspp/files/patch-CMakeLists.txt')
-rw-r--r--emulators/ppsspp/files/patch-CMakeLists.txt23
1 files changed, 0 insertions, 23 deletions
diff --git a/emulators/ppsspp/files/patch-CMakeLists.txt b/emulators/ppsspp/files/patch-CMakeLists.txt
deleted file mode 100644
index 96cfd6f45396..000000000000
--- a/emulators/ppsspp/files/patch-CMakeLists.txt
+++ /dev/null
@@ -1,23 +0,0 @@
-===> Building for ppsspp-qt5-1.4.2
-ninja: error: dependency cycle: cmake_object_order_depends_target_Core -> Core_autogen -> CMakeFiles/Core_autogen -> /wrkdirs/usr/ports/emulators/ppsspp-qt5/work/ppsspp-1.4.2/git-version.cpp -> cmake_object_order_depends_target_Core
-
-https://github.com/hrydgard/ppsspp/issues/9972
-
---- CMakeLists.txt.orig 2017-05-27 09:58:05 UTC
-+++ CMakeLists.txt
-@@ -1618,12 +1618,11 @@ endif()
-
- setup_target_project(${CoreLibName} Core)
-
--# Generate git-version.cpp at build time.
--add_custom_target(GitVersion ALL
-- DEPENDS something_that_never_exists)
--add_custom_command(OUTPUT something_that_never_exists
-+add_custom_command(OUTPUT ${CMAKE_CURRENT_SOURCE_DIR}/git-version.cpp
- COMMAND ${CMAKE_COMMAND} -DSOURCE_DIR=${CMAKE_CURRENT_SOURCE_DIR}
- -P ${CMAKE_CURRENT_SOURCE_DIR}/git-version.cmake)
-+# Generate git-version.cpp at build time.
-+add_custom_target(GitVersion DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/git-version.cpp)
-
- set_source_files_properties(${CMAKE_CURRENT_SOURCE_DIR}/git-version.cpp
- PROPERTIES GENERATED TRUE)