Skip to content

Commit d7b0aaf

Browse files
Merge pull request #552 from mmuetzel/lagraph
LAGraph: Remove hardcoded include directory
2 parents 7b58002 + 7bcb80a commit d7b0aaf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

LAGraph/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,6 @@ message ( STATUS "CMAKE have OpenMP: " ${OPENMP_C_FOUND} )
195195
include_directories ( ${PROJECT_SOURCE_DIR}/include
196196
${PROJECT_SOURCE_DIR}/src/utility
197197
${PROJECT_SOURCE_DIR}/test/include )
198-
include_directories ( "/usr/local/include" )
199198

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

0 commit comments

Comments
 (0)