Disable building of the cmd tool for libbgcode

Needs nowide, problematic integration, we would need to get rid of boost::nowide inside PS codebase
This commit is contained in:
tamasmeszaros 2023-08-10 09:15:51 +02:00 committed by enricoturri1966
parent e1724e1fa1
commit 7b9982bcfe

View File

@ -22,6 +22,7 @@ prusaslicer_add_cmake_project(LibBGCode
DEPENDS dep_LibBGCode_deps
CMAKE_ARGS
-DLibBGCode_BUILD_TESTS:BOOL=OFF
-DLibBGCode_BUILD_CMD_TOOL:BOOL=OFF
)
if (MSVC)