platform Windows 10 17763 x64
CMake 3.15.3
Visual studio 2015
Although source include binary. but it's still Win32 Platform.
SuiteSparse has been comilped.
I have no idea how to config CMake to build this project.
CMAKE_INSTALL_PREFIX SuiteSparse_AMD_DIR has been set. but it occured a lot of error.
Start to FindSuiteSparse.cmake :
find_library will search inside lib64 directory (can be changed with SuiteSparse_SEARCH_LIB_POSTFIX)
On windows, we absolutely need SuiteSparse_config.h every time for all projects : add suitesparseconfig component to look for
CMake Warning at cmake/FindSuiteSparse.cmake:171 (message):
Failed to find AMD :
SuiteSparse_AMD_INCLUDE_DIR not found.
Check if you wrote the component name correctly (case sensitive),
or set the SuiteSparse_AMD_DIR to look inside
Call Stack (most recent call first):
cmake/FindSuiteSparse.cmake:295 (SuiteSparse_FIND_COMPONENTS)
CMakeLists.txt:23 (find_package)
...
platform Windows 10 17763 x64 CMake 3.15.3 Visual studio 2015 Although source include binary. but it's still Win32 Platform. SuiteSparse has been comilped. I have no idea how to config CMake to build this project. CMAKE_INSTALL_PREFIX SuiteSparse_AMD_DIR has been set. but it occured a lot of error.
Start to FindSuiteSparse.cmake : find_library will search inside lib64 directory (can be changed with SuiteSparse_SEARCH_LIB_POSTFIX) On windows, we absolutely need SuiteSparse_config.h every time for all projects : add suitesparseconfig component to look for CMake Warning at cmake/FindSuiteSparse.cmake:171 (message): Failed to find AMD : SuiteSparse_AMD_INCLUDE_DIR not found. Check if you wrote the component name correctly (case sensitive), or set the SuiteSparse_AMD_DIR to look inside Call Stack (most recent call first): cmake/FindSuiteSparse.cmake:295 (SuiteSparse_FIND_COMPONENTS) CMakeLists.txt:23 (find_package) ...