From 31ee6fdbee77cc047b81b394598b967fa2043b6d Mon Sep 17 00:00:00 2001 From: Lephenixnoir Date: Fri, 12 Aug 2022 22:40:20 +0200 Subject: [PATCH] cmake: remove the OpenLibm include path workaround This is no longer needed when the fxSDK sysroot is in use; and anyway no --- CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 813a1d4..f19d45c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -264,9 +264,6 @@ endif() add_library(fxlibc ${SOURCES}) target_include_directories(fxlibc PRIVATE include/) -if(sh-generic IN_LIST TARGET_FOLDERS) - target_include_directories(fxlibc PRIVATE "${FXSDK_COMPILER_INSTALL}/include/openlibm") -endif() foreach(FOLDER IN LISTS TARGET_FOLDERS) target_include_directories(fxlibc PRIVATE include/target/${FOLDER}/)