1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-30 03:17:35 +00:00

Ports/pt2-clone: Update pt2-clone to version 1.63

This commit is contained in:
EWouters 2023-09-02 00:06:32 +02:00 committed by Jelle Raaijmakers
parent 4828be87a9
commit dd01c00cd4
4 changed files with 9 additions and 9 deletions

View file

@ -8,11 +8,11 @@ Subject: [PATCH] Remove output path from CMakeLists
1 file changed, 1 deletion(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index b391653..0d42019 100644
index 70e74b6b6a032a95720eb956115383dee949677d..c631945566dd2bb84f4f92f8dfad1a6186492489 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -3,7 +3,6 @@ cmake_minimum_required(VERSION 3.7)
project(pt2-clone)
@@ -5,7 +5,6 @@ project(pt2-clone)
option(EXTERNAL_LIBFLAC "use external(system) flac library" OFF)
find_package(SDL2 REQUIRED)
-set(CMAKE_RUNTIME_OUTPUT_DIRECTORY "${pt2-clone_SOURCE_DIR}/release/other/")