Fixing relwithdebug for now
This commit is contained in:
parent
3f4cdbe41f
commit
432577cf9d
3 changed files with 6 additions and 3 deletions
7
deps/OCCT/OCCT.cmake
vendored
7
deps/OCCT/OCCT.cmake
vendored
|
@ -21,6 +21,7 @@ prusaslicer_add_cmake_project(OCCT
|
|||
-DBUILD_MODULE_Visualization=OFF
|
||||
)
|
||||
|
||||
if (MSVC)
|
||||
add_debug_dep(dep_OCCT)
|
||||
endif ()
|
||||
# TODO: debug mode does not compile
|
||||
# if (MSVC)
|
||||
# add_debug_dep(dep_OCCT)
|
||||
# endif ()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue