Skip to content

Commit

Permalink
BrushingAndLinking: more resilient CMake
Browse files Browse the repository at this point in the history
  • Loading branch information
martinfalk committed Jul 3, 2024
1 parent 43df262 commit 8cbb0d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/brushingandlinking/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ ivw_add_unittest(${TEST_FILES})
# Create module
ivw_create_module(${SOURCE_FILES} ${HEADER_FILES})

if(IVW_ENABLE_PYTHON)
if(IVW_ENABLE_PYTHON AND IVW_MODULE_PYTHON3)
add_subdirectory(bindings)
endif()

0 comments on commit 8cbb0d6

Please sign in to comment.