Skip to content

Commit ca1899f

Browse files
committed
fix the missing external projects byproducts
that were removed in 46111d5
1 parent 102bf9b commit ca1899f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CMakeModules/build_clBLAS.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ ExternalProject_Add(
2828
-DBUILD_TEST:BOOL=OFF
2929
-DBUILD_KTEST:BOOL=OFF
3030
-DSUFFIX_LIB:STRING=
31+
${byproducts}
3132
)
3233

3334
ExternalProject_Get_Property(clBLAS-external install_dir)

CMakeModules/build_clFFT.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ ExternalProject_Add(
2828
-DBUILD_TEST:BOOL=OFF
2929
-DSUFFIX_LIB:STRING=
3030
-DUSE_SYSTEM_GTEST:BOOL=ON
31+
${byproducts}
3132
)
3233

3334
ExternalProject_Get_Property(clFFT-external install_dir)

0 commit comments

Comments
 (0)