Skip to content
Snippets Groups Projects
Commit 8b4bd0bf authored by Brad King's avatar Brad King
Browse files

vtk_common: Add missing space to fix CMake syntax warning


Add a missing space left out accidentally in commit d7a9272c
(vtk_common: add ability to choose between vtk, and data, branches ,
2013-11-10).  It is diagnosed as a warning by CMake >= 3.0.

Reported-by: default avatarSean McBride <sean@rogue-research.com>
parent 368407b7
No related merge requests found
......@@ -423,12 +423,12 @@ macro(write_cache)
set(cache_build_type "")
set(cache_make_program "")
if (NOT branch_needs_data_repo)
set(data_options"
set(data_options "
ExternalData_OBJECT_STORES:STRING=${ExternalData_OBJECT_STORES}
VTK_USE_LARGE_DATA:BOOL=${VTK_USE_LARGE_DATA}
")
else()
set(data_options"
set(data_options "
VTK_DATA_ROOT:PATH=${VTK_DATA_ROOT}
VTK_LARGE_DATA_ROOT:PATH=${VTK_LARGE_DATA_ROOT}
")
......
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