Skip to content
Snippets Groups Projects
Commit 3bea923b authored by Ben Boeckel's avatar Ben Boeckel Committed by Kitware Robot
Browse files

Merge topic 'vtkm-build-location' into release


1309ce46 vtkm: place VTKm's build artifacts with VTK

Acked-by: default avatarKitware Robot <kwrobot@kitware.com>
Merge-request: !5599
parents 34e65910 1309ce46
Branches
Tags v6.0.0 v6.0.0.rc3
No related merge requests found
......@@ -37,11 +37,10 @@ if(DEFINED VTK_CUSTOM_LIBRARY_SUFFIX)
set(lib_suffix "${VTK_CUSTOM_LIBRARY_SUFFIX}")
endif()
if (WIN32)
# Force the dlls to be in the bin folder with VTK's so that running tests
# don't need to set path on Windows
set(VTKm_EXECUTABLE_OUTPUT_PATH "${CMAKE_RUNTIME_OUTPUT_DIRECTORY}" CACHE PATH "Set to match VTK" FORCE)
endif()
# Force the dlls to be in the bin folder with VTK's so that running tests
# don't need to set path on Windows
set(VTKm_EXECUTABLE_OUTPUT_PATH "${CMAKE_RUNTIME_OUTPUT_DIRECTORY}")
set(VTKm_LIBRARY_OUTPUT_PATH "${CMAKE_LIBRARY_OUTPUT_DIRECTORY}")
set(VTKm_INSTALL_LIB_DIR "${VTK_INSTALL_LIBRARY_DIR}")
set(VTKm_INSTALL_INCLUDE_DIR "${VTK_INSTALL_INCLUDE_DIR}")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment