Merge pull request #3101 from jake-arkinstall/issue-3100

Addressed issue #3100 - removing an unnecessary write to the include directory
This commit is contained in:
Martin Kroeker
2021-02-11 15:42:18 +01:00
committed by GitHub

View File

@@ -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}")