Skip to content

Commit

Permalink
Update CMakeLists.txt to fix linux compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
Rose-David authored and jmickelin committed Nov 20, 2024
1 parent 5dc04b4 commit 8743d7e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/slic3r/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,7 @@ set(SLIC3R_GUI_SOURCES
)

find_package(NanoSVG REQUIRED)
find_package(OpenSSL REQUIRED)

if (APPLE)
list(APPEND SLIC3R_GUI_SOURCES
Expand Down Expand Up @@ -438,6 +439,8 @@ target_link_libraries(
NanoSVG::nanosvgrast
stb_dxt
fastfloat
OpenSSL::SSL
OpenSSL::Crypto
)

if (MSVC)
Expand Down

0 comments on commit 8743d7e

Please sign in to comment.