Skip to content

Commit

Permalink
fix a version check
Browse files Browse the repository at this point in the history
  • Loading branch information
mwestphal committed Mar 13, 2024
1 parent 6fa2fec commit 1c7b201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vtkext/public/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ vtk_module_scan(
ENABLE_TESTS ${BUILD_TESTING})

set(f3d_vtkext_headers_exclude "")
if(VTK_VERSION VERSION_GREATER_EQUAL 9.1.20240312)
if(VTK_VERSION VERSION_GREATER_EQUAL 9.3.20240312)
set(f3d_vtkext_headers_exclude "HEADERS_EXCLUDE_FROM_ALL;ON")
endif()

Expand Down

0 comments on commit 1c7b201

Please sign in to comment.