mirror of
https://github.com/OpenFOAM/ThirdParty-6.git
synced 2025-12-08 06:57:43 +00:00
8 lines
461 B
CMake
8 lines
461 B
CMake
if(PARAVIEW_ENABLE_PYTHON AND VTK_PYTHON_FULL_THREADSAFE)
|
|
vtk_module_test_executable(pqApplicationComponentsTestVtkPythonScopeGilEnsurer TestVtkPythonScopeGilEnsurer.cxx ${MOC_SRCS})
|
|
ExternalData_add_test(ParaViewData
|
|
NAME pqApplicationComponentsTestVtkPythonScopeGilEnsurer
|
|
COMMAND pqApplicationComponentsTestVtkPythonScopeGilEnsurer)
|
|
set_tests_properties(pqApplicationComponentsTestVtkPythonScopeGilEnsurer PROPERTIES LABELS "PARAVIEW")
|
|
endif()
|