Browse Source
Merge pull request #3101 from jake-arkinstall/issue-3100
Addressed issue #3100 - removing an unnecessary write to the include directory
tags/v0.3.14^2
Martin Kroeker
GitHub
5 years ago
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
1 deletions
-
cmake/lapacke.cmake
|
|
|
@@ -2499,6 +2499,5 @@ foreach (Utils_FILE ${Utils_SRC}) |
|
|
|
endforeach () |
|
|
|
|
|
|
|
set(lapacke_include_dir "${NETLIB_LAPACK_DIR}/LAPACKE/include") |
|
|
|
configure_file("${lapacke_include_dir}/lapacke_mangling_with_flags.h.in" "${lapacke_include_dir}/lapacke_mangling.h" COPYONLY) |
|
|
|
include_directories(${lapacke_include_dir}) |
|
|
|
set_source_files_properties(${LAPACKE_SOURCES} PROPERTIES COMPILE_FLAGS "${LAPACK_CFLAGS}") |