blob: e1f7499eb85e5cd6e3a3bedcda05b9039e6b9182 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- CMakeLists.txt.orig 2020-08-13 11:04:25 UTC
+++ CMakeLists.txt
@@ -1117,7 +1117,7 @@ install(TARGETS blasfeo EXPORT blasfeoConfig
RUNTIME DESTINATION bin)
-install(EXPORT blasfeoConfig DESTINATION cmake)
+install(EXPORT blasfeoConfig DESTINATION lib/cmake)
file(GLOB_RECURSE BLASFEO_HEADERS "include/*.h")
install(FILES ${BLASFEO_HEADERS} DESTINATION ${BLASFEO_HEADERS_INSTALLATION_DIRECTORY})
|