cmake: remove the OpenLibm include path workaround

This is no longer needed when the fxSDK sysroot is in use; and anyway no
This commit is contained in:
Lephenixnoir 2022-08-12 22:40:20 +02:00
parent b38dd3f894
commit 31ee6fdbee
Signed by: Lephenixnoir
GPG Key ID: 1BBA026E13FC0495
1 changed files with 0 additions and 3 deletions

View File

@ -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}/)