Skip to content

Commit

Permalink
SDKTests: Fix invalid property setting on TestSDKInteractorCallback (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
mwestphal authored Dec 8, 2024
1 parent c2a2580 commit 7f8aeb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/testing/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ if(F3D_MODULE_UI AND VTK_VERSION VERSION_GREATER_EQUAL 9.2.20221220)
endif()
endif()

if(NOT F3D_TESTING_ENABLE_LONG_TIMEOUT_TESTS)
if(F3D_MODULE_UI AND NOT F3D_TESTING_ENABLE_LONG_TIMEOUT_TESTS)
set_tests_properties(libf3d::TestSDKInteractorCallBack PROPERTIES DISABLED ON)
endif()

Expand Down

0 comments on commit 7f8aeb6

Please sign in to comment.