mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-29 14:00:49 +03:00
Configuration - Debug Draco linking issue #197
Refactor Draco dependency configuration to improve clarity and functionality
This commit is contained in:
@@ -27,10 +27,6 @@ OCCT_INCLUDE_CMAKE_FILE (adm/cmake/occt_toolkit)
|
||||
unset (EXECUTABLE_PROJECT)
|
||||
unset (CUSTOM_EXTERNLIB)
|
||||
|
||||
if (NOT BUILD_SHARED_LIBS)
|
||||
CONFIGURE_DRACO_DEPS()
|
||||
endif()
|
||||
|
||||
if (EMSCRIPTEN)
|
||||
# Look for Tcl version string from file tcl.h
|
||||
set (TCL_MAJOR_VERSION 8)
|
||||
|
@@ -1,5 +1,3 @@
|
||||
project(TKDEGLTF)
|
||||
|
||||
OCCT_INCLUDE_CMAKE_FILE (adm/cmake/occt_toolkit)
|
||||
|
||||
CONFIGURE_DRACO_DEPS()
|
||||
|
@@ -1,5 +1,3 @@
|
||||
project(TKRWMesh)
|
||||
|
||||
OCCT_INCLUDE_CMAKE_FILE (adm/cmake/occt_toolkit)
|
||||
|
||||
CONFIGURE_DRACO_DEPS()
|
||||
|
Reference in New Issue
Block a user