Skip to content

Commit

Permalink
sync
Browse files Browse the repository at this point in the history
  • Loading branch information
DrTimothyAldenDavis committed Dec 5, 2023
1 parent 1f11d73 commit 8d0a627
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cmake_modules/FindGraphBLAS.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ if ( GraphBLAS_FOUND )
endif ( )
if ( GRAPHBLAS_VERSION LESS "8.3.0" )
# workaround for SuiteSparse:GraphBLAS 8.2.x (did not have "/Include")
get_property ( _inc TARGET GraphBLAS::GraphBLAS PROPERTY
get_property ( _inc TARGET GraphBLAS::GraphBLAS_static PROPERTY
INTERFACE_INCLUDE_DIRECTORIES )
include_directories ( ${_inc}/Include )
message ( STATUS "additional include: ${_inc}/Include" )
Expand Down
2 changes: 1 addition & 1 deletion experimental/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ endif ( )
# add OpenMP
#-------------------------------------------------------------------------------

if ( OPENMP_C_FOUND )
if ( OpenMP_C_FOUND )
if ( BUILD_SHARED_LIBS )
target_link_libraries ( lagraphxtest PRIVATE OpenMP::OpenMP_C )
endif ( )
Expand Down
2 changes: 1 addition & 1 deletion include/LAGraphX.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// LAGraphX.h: include file for LAGraph experimental code
//------------------------------------------------------------------------------

// LAGraph, (c) 2019-2022 by The LAGraph Contributors, All Rights Reserved.
// LAGraph, (c) 2019-2023 by The LAGraph Contributors, All Rights Reserved.
// SPDX-License-Identifier: BSD-2-Clause
//
// For additional details (including references to third party source code and
Expand Down
2 changes: 1 addition & 1 deletion src/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ endif ( )
# add OpenMP
#-------------------------------------------------------------------------------

if ( OPENMP_C_FOUND )
if ( OpenMP_C_FOUND )
if ( BUILD_SHARED_LIBS )
target_link_libraries ( lagraphtest PRIVATE OpenMP::OpenMP_C )
endif ( )
Expand Down

0 comments on commit 8d0a627

Please sign in to comment.