mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-29 13:52:07 +00:00
feature add flag for control sentry to use
This commit is contained in:
2
deps/CMakeLists.txt
vendored
2
deps/CMakeLists.txt
vendored
@@ -315,7 +315,7 @@ if (NOT OPENSSL_FOUND OR NOT CURL_FOUND)
|
||||
endif ()
|
||||
|
||||
set(SENTRY_PKG "")
|
||||
if (NOT SENTRY_FOUND)
|
||||
if (SLIC3R_SENTRY AND NOT SENTRY_FOUND)
|
||||
include(Sentry/Sentry.cmake)
|
||||
set(SENTRY_PKG dep_Sentry)
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user