Skip to content

Commit b83750a

Browse files
committed
Install cmake configuration to lib/cmake/clBLAS
1 parent d8419d8 commit b83750a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ endif( )
300300
if(WIN32)
301301
set(destdir CMake)
302302
else()
303-
set(destdir share/clBLAS)
303+
set(destdir lib${SUFFIX_LIB}/cmake/clBLAS)
304304
endif()
305305
string(REGEX REPLACE "[^/]+" ".." reldir "${destdir}")
306306
configure_file(

0 commit comments

Comments
 (0)