We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e774b43 + 380178e commit 8ebb7f3Copy full SHA for 8ebb7f3
2 files changed
CBLAS/src/CMakeLists.txt
@@ -120,5 +120,9 @@ set_target_properties(
120
VERSION ${LAPACK_VERSION}
121
SOVERSION ${LAPACK_MAJOR_VERSION}
122
)
123
+target_include_directories(cblas PUBLIC
124
+ $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/../include>
125
+ $<INSTALL_INTERFACE:include>
126
+)
127
target_link_libraries(cblas PRIVATE ${BLAS_LIBRARIES})
128
lapack_install_library(cblas)
CMakeLists.txt
@@ -1,4 +1,4 @@
1
-cmake_minimum_required(VERSION 2.8.10)
+cmake_minimum_required(VERSION 2.8.12)
2
3
# Set a default build type if none was specified
4
if(NOT CMAKE_BUILD_TYPE AND NOT CMAKE_CONFIGURATION_TYPES)
0 commit comments