CMake: Update code to support blastest for ILP64 on windows

Change-Id: I8e87ee073ffcb893fbcc7c9580add217ae347449
This commit is contained in:
jagar
2024-03-27 12:45:01 +00:00
committed by Eleni Vlachopoulou
parent c29918c3bf
commit bd80488af1
7 changed files with 17 additions and 20 deletions

View File

@@ -10,7 +10,7 @@ if(NOT DEFINED BLIS_INSTALL_PATH)
set(INC_PATH ${DIST_PATH}/include/${BLIS_CONFIG_FAMILY})
else()
set(LIB_PATH ${BLIS_INSTALL_PATH}/lib)
set(INC_PATH ${BLIS_INSTALL_PATH}/include/blis)
set(INC_PATH ${BLIS_INSTALL_PATH}/include/${BLIS_CONFIG_FAMILY})
endif()
# Include the corresponding make_defs.cmake that holds the required compiler options.