From e0ea9bedce7c5efa51222ecfd63ce59ab1950b48 Mon Sep 17 00:00:00 2001 From: olebeck <31539311+olebeck@users.noreply.github.com> Date: Tue, 12 Aug 2025 19:43:24 +0200 Subject: [PATCH] remove accidentally left in add_subdirectory --- CONFIG/vita/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/CONFIG/vita/CMakeLists.txt b/CONFIG/vita/CMakeLists.txt index cb76332a..703a4c62 100644 --- a/CONFIG/vita/CMakeLists.txt +++ b/CONFIG/vita/CMakeLists.txt @@ -12,8 +12,6 @@ FetchContent_Declare( ) FetchContent_MakeAvailable(ScePaf_External) -add_subdirectory(SceIniFileProcessor) - add_library(iniparser_paf iniparser_paf/src/dictionary.c iniparser_paf/src/iniparser.c