diff --git a/GraphBLAS/CMakeLists.txt b/GraphBLAS/CMakeLists.txt index 4b9d66106..d43e37c62 100644 --- a/GraphBLAS/CMakeLists.txt +++ b/GraphBLAS/CMakeLists.txt @@ -37,7 +37,7 @@ set ( PROJECT_VERSION "${GraphBLAS_VERSION_MAJOR}.${GraphBLAS_VERSION_MINOR}.${G # GraphBLAS takes a long time to build, so do not build the static library # by default -set ( NSTATIC_DEFAULT_ON true ) +set ( NSTATIC_DEFAULT_ON ON ) # CUDA is under development for now, and not deployed in production: set ( ENABLE_CUDA false ) @@ -292,7 +292,7 @@ if ( NOT NSTATIC ) endif ( ) target_include_directories ( GraphBLAS_static - INTERFACE $ + INTERFACE $ $ ) if ( SUITESPARSE_CUDA )