mirror of
https://github.com/amd/blis.git
synced 2026-04-19 23:28:52 +00:00
CMake: Update code to support blastest for ILP64 on windows
Change-Id: I8e87ee073ffcb893fbcc7c9580add217ae347449
This commit is contained in:
committed by
Eleni Vlachopoulou
parent
c29918c3bf
commit
bd80488af1
2
vendor/testcpp/CMakeLists.txt
vendored
2
vendor/testcpp/CMakeLists.txt
vendored
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user