fix: typo in CMakeLists.txt (#8707)

This commit is contained in:
Pouria Mousavizadeh Tehrani 2025-03-05 16:59:54 +03:30 committed by GitHub
parent 3bf935e00d
commit a407feed24
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

2
deps/CMakeLists.txt vendored
View File

@ -88,7 +88,7 @@ endif ()
# option(DEP_BUILD_IGL_STATIC "Build IGL as a static library. Might cause link errors and increase binary size." OFF)
message(STATUS "OrcaSlicer deps DESTDIR: ${DESTDIR}")
message(STATUS "OrcaSlicer dowload dir for source packages: ${DEP_DOWNLOAD_DIR}")
message(STATUS "OrcaSlicer download dir for source packages: ${DEP_DOWNLOAD_DIR}")
message(STATUS "OrcaSlicer deps debug build: ${DEP_DEBUG}")
find_package(Git REQUIRED)