mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-14 00:52:04 +00:00
fix build error on Ubuntu and update deps
This commit is contained in:
@@ -503,6 +503,7 @@ find_package(glfw3 REQUIRED)
|
||||
|
||||
# Find the Cereal serialization library
|
||||
find_package(cereal REQUIRED)
|
||||
set_target_properties(cereal PROPERTIES IMPORTED_GLOBAL TRUE)
|
||||
if (NOT TARGET cereal::cereal)
|
||||
add_library(cereal::cereal ALIAS cereal)
|
||||
endif ()
|
||||
|
||||
Reference in New Issue
Block a user