Skip to content

Commit

Permalink
LAGraph: change project name (for test_coverage) and change range of …
Browse files Browse the repository at this point in the history
…GraphBLAS version
  • Loading branch information
DrTimothyAldenDavis committed Nov 29, 2023
1 parent 5e4e5df commit d189df3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions LAGraph/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ set ( LAGraph_VERSION_SUB 0 CACHE STRING "" FORCE )
# define the project
#-------------------------------------------------------------------------------

project ( lagraph
project ( LAGraph
VERSION "${LAGraph_VERSION_MAJOR}.${LAGraph_VERSION_MINOR}.${LAGraph_VERSION_SUB}" )

#-------------------------------------------------------------------------------
Expand Down Expand Up @@ -146,7 +146,7 @@ else ( )
message ( STATUS "GraphBLAS_ROOT: ${GraphBLAS_ROOT} $ENV{GraphBLAS_ROOT}" )
message ( STATUS "GRAPHBLAS_ROOT: ${GRAPHBLAS_ROOT} $ENV{GRAPHBLAS_ROOT}" )

find_package ( GraphBLAS 7.1.0 MODULE REQUIRED )
find_package ( GraphBLAS 7.1.0...9.0.1 MODULE REQUIRED )

endif ( )

Expand Down

0 comments on commit d189df3

Please sign in to comment.