Skip to content

Commit

Permalink
Adding include
Browse files Browse the repository at this point in the history
  • Loading branch information
msoos committed Apr 12, 2024
1 parent 3c5ad1c commit 4ddb02f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/CMakeLists.txt
Expand Up @@ -22,6 +22,7 @@ include_directories( ${PROJECT_SOURCE_DIR} )
include_directories( ${BOSPHORUS_INCLUDE_DIRS} )
include_directories( ${LOUVAIN_COMMUNITIES_INCLUDE_DIRS} )
include_directories( SYSTEM ${MPI_INCLUDE_PATH} )
include_directories( SYSTEM ${GMP_INCLUDE_DIR} )

if (NOT WIN32)
add_cxx_flag_if_supported("-Wno-bitfield-constant-conversion")
Expand Down

0 comments on commit 4ddb02f

Please sign in to comment.