Skip to content

Commit 77b3245

Browse files
author
Timmy
committed
Merge pull request #105 from marbre/develop
Install cmake configuration to lib/cmake/clBLAS
2 parents 2621814 + b83750a commit 77b3245

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
@@ -366,7 +366,7 @@ endif( )
366366
if(WIN32)
367367
set(destdir CMake)
368368
else()
369-
set(destdir share/clBLAS)
369+
set(destdir lib${SUFFIX_LIB}/cmake/clBLAS)
370370
endif()
371371
string(REGEX REPLACE "[^/]+" ".." reldir "${destdir}")
372372
configure_file(

0 commit comments

Comments
 (0)