Skip to content
Snippets Groups Projects
Commit 98f336e5 authored by Manfred Kröhnert's avatar Manfred Kröhnert
Browse files

cmake: fix SoQt_FOUND variable

parent d0672cff
No related branches found
No related tags found
No related merge requests found
......@@ -9,8 +9,8 @@ set(COMPONENT_BUILD TRUE)
armarx_build_if(COMPONENT_BUILD "component disabled")
armarx_build_if(QT_FOUND "Qt not available")
armarx_build_if(Coin3D_FOUND "Qt not available")
armarx_build_if(SoQt_FOUND "Qt not available")
armarx_build_if(Coin3D_FOUND "Coin3D not available")
armarx_build_if(SOQT_FOUND "SoQt not available")
if (ARMARX_BUILD)
include(${QT_USE_FILE})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment