Skip to content
Snippets Groups Projects
Commit 01a5b8e5 authored by Ken Martin's avatar Ken Martin
Browse files

make sure we configure CTestCustom.cmake.in

for android superbuilds
parent e278c4a2
No related branches found
No related tags found
No related merge requests found
......@@ -48,6 +48,10 @@ if (NOT EXISTS ${CMAKE_INSTALL_PREFIX})
"Install path ${CMAKE_INSTALL_PREFIX} does not exist.")
endif()
# make sure we have a CTestCustom.cmake file
configure_file("${VTK_CMAKE_DIR}/CTestCustom.cmake.in"
"${CMAKE_CURRENT_BINARY_DIR}/CTestCustom.cmake" @ONLY)
# Compile a minimal VTK for its compile tools
macro(compile_vtk_tools)
ExternalProject_Add(
......
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