Skip to content

Commit cd72d9b

Browse files
Simon RitSimonRit
authored andcommitted
BUG: Fix generated itkCudaCommonConfiguration.h path for installation
This bug was introduced by the previous commit, see 6feb4a7 for more details.
1 parent 803bef0 commit cd72d9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,6 @@ endif()
9696
# Install configuration file
9797
install(
9898
FILES
99-
${CudaCommon_BINARY_DIR}/include/itkCudaCommonConfiguration.h
99+
${_configuration_header_file}
100100
DESTINATION ${CudaCommon_INSTALL_INCLUDE_DIR}
101101
)

0 commit comments

Comments
 (0)