Skip to content
代码片段 群组 项目
提交 c2063696 编辑于 作者: Alexander Stukowski's avatar Alexander Stukowski
浏览文件

Don't build ovito executable for Python-only packages

上级 38005ba6
无相关合并请求
......@@ -36,7 +36,7 @@ IF(OVITO_CMAKE_FILE_INJECTION_PLUGINS)
ENDIF()
# Build the main application executable 'ovito'.
IF(OVITO_BUILD_GUI)
IF(OVITO_BUILD_GUI AND NOT OVITO_BUILD_PYTHON_PACKAGE)
ADD_SUBDIRECTORY(ovito_exe)
ENDIF()
......
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册