Skip to content

Commit

Permalink
LAGraph: Remove hardcoded include directory
Browse files Browse the repository at this point in the history
  • Loading branch information
mmuetzel committed Nov 29, 2023
1 parent 7b58002 commit 7bcb80a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion LAGraph/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,6 @@ message ( STATUS "CMAKE have OpenMP: " ${OPENMP_C_FOUND} )
include_directories ( ${PROJECT_SOURCE_DIR}/include
${PROJECT_SOURCE_DIR}/src/utility
${PROJECT_SOURCE_DIR}/test/include )
include_directories ( "/usr/local/include" )

# tell LAGraph where to find its own source (for LAGraph/data files)
set ( CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -DLGDIR=${PROJECT_SOURCE_DIR}" )
Expand Down

0 comments on commit 7bcb80a

Please sign in to comment.