Fix debug conan build target

This commit is contained in:
2025-07-02 11:03:41 +02:00
parent 4e5f39f803
commit fa1b063be0
5 changed files with 32 additions and 137 deletions

View File

@@ -1,14 +1,10 @@
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_BUILD_TYPE Debug)
find_package(arff-files REQUIRED)
include_directories(
${fimdlp_SOURCE_DIR}/src
${fimdlp_SOURCE_DIR}/tests/lib/Files
${CMAKE_BINARY_DIR}/configured_files/include
${libtorch_INCLUDE_DIRS_RELEASE}
${arff-files_INCLUDE_DIRS}
)