Revert "Some flatpak fixing (#5510)"

This reverts commit 657954901f.
This commit is contained in:
SoftFever 2024-07-11 20:27:45 +08:00
parent 657954901f
commit e29cba2eff
8 changed files with 22 additions and 45 deletions

View file

@ -580,10 +580,6 @@ target_link_libraries(libslic3r
opencv_world
)
if(NOT SLIC3R_STATIC)
target_compile_definitions(libslic3r PUBLIC BOOST_ALL_DYN_LINK)
endif()
if(NOT WIN32)
target_link_libraries(libslic3r freetype)
if (NOT APPLE)