Skip to content
Snippets Groups Projects
Commit 8ea7a829 authored by Ben Boeckel's avatar Ben Boeckel
Browse files

Rendering/ZSpace: fix some CMake style

parent 8a805ab3
No related merge requests found
......@@ -19,9 +19,11 @@ if(ZSPACE_USE_COMPAT_SDK)
# No need to search for specific package in that case.
# Headers are included in the zSpaceCompat subfolder,
# and there is no static library to link at compile time.
list(APPEND private_classes vtkZSpaceCoreCompatibilitySDKManager)
list(APPEND private_classes
vtkZSpaceCoreCompatibilitySDKManager)
else()
list(APPEND private_classes vtkZSpaceCoreSDKManager)
list(APPEND private_classes
vtkZSpaceCoreSDKManager)
vtk_module_find_package(PACKAGE zSpace)
endif()
......
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