-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ENH: Add "Autoscoper-CUDA" external project and build it if CUDA Tool…
…kit is found If SlicerAutoscoperM_CUDA_PATH env. variable is set, it is used to set the CUDA_PATH env. variable itself used by "find_package(CUDA)" to initialize the variable CUDA_TOOLKIT_ROOT_DIR passed to the "Autoscoper-CUDA" project. List of Autoscoper changes: $ git shortlog d476e2cbb..644473784 --no-merges Jean-Christophe Fillion-Robin (2): COMP: Update cutil headers to fix build against SDK without cufft library COMP: Ensure Autoscoper inner-build is built with expected CUDA toolkit
- Loading branch information
Showing
3 changed files
with
17 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
set(proj Autoscoper-CUDA) | ||
set(${proj}_RENDERING_BACKEND CUDA) | ||
include(${CMAKE_CURRENT_LIST_DIR}/External_Autoscoper.cmake) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters