1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-11 08:04:25 +00:00

Build: Don't add slic3r dir when SLIC3R_GUI is off #1050

This commit is contained in:
Vojtech Kral
2019-04-23 14:18:07 +02:00
parent 31d377d09f
commit 2088abdc31
+2 -1
View File
@@ -56,9 +56,10 @@ if (SLIC3R_GUI)
endif()
include(${wxWidgets_USE_FILE})
add_subdirectory(slic3r)
endif()
add_subdirectory(slic3r)
# Create a slic3r executable
# Process mainfests for various platforms.