Closed ghost closed 1 year ago
This needs to be removed:
../cmake_find/Finditslib.cmake:12:list(APPEND ITSLIBSRC debug.cpp stringutils.cpp utfcvutils.cpp vectorutils.cpp FileFunctions.cpp)
The fix:
diff --git a/cmake_find/Finditslib.cmake b/cmake_find/Finditslib.cmake
index 7b38e9b..9b62212 100644
--- a/cmake_find/Finditslib.cmake
+++ b/cmake_find/Finditslib.cmake
@@ -9,7 +9,7 @@ else()
endif()
set(ITSLIB_INCLUDE_DIR ${ITSLIB_PATH}/include/itslib)
-list(APPEND ITSLIBSRC debug.cpp stringutils.cpp utfcvutils.cpp vectorutils.cpp FileFunctions.cpp)
+list(APPEND ITSLIBSRC debug.cpp stringutils.cpp utfcvutils.cpp vectorutils.cpp)
list(TRANSFORM ITSLIBSRC PREPEND ${ITSLIB_PATH}/src/)
add_library(itslib STATIC ${ITSLIBSRC})
target_include_directories(itslib PUBLIC ${ITSLIB_INCLUDE_DIR})
If I can find a way to send a pull request that doesn't consume more than 10 seconds, I will put one in ;P (not your fault, just Github being millennial sh*t)
sorry, I was in the process of changing several repos, so some got out of sync. I added the FileFunctions.cpp file in itslib.
now it should work again.
At the moment the src fails to build despite CMake being able to locate and add the itslib submodule: