diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index c036af38d..f375e9c98 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -156,7 +156,6 @@ target_link_libraries(PrusaSlicer libslic3r_gui) target_link_libraries(PrusaSlicer -ldl) endif () if (WIN32) - include_directories(detours) find_library(PSAPI_LIB NAMES Psapi) target_link_libraries(PrusaSlicer ${PSAPI_LIB}) endif ()