We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb0a1d7 commit 3180ad7Copy full SHA for 3180ad7
src/library/CMakeLists.txt
@@ -250,9 +250,8 @@ set( clSPARSE_INDEX_SIZEOF "4" CACHE STRING "Compile the library to assume this
250
set_property( CACHE clSPARSE_INDEX_SIZEOF PROPERTY STRINGS 4 )
251
message( STATUS "clSPARSE will build with '${clSPARSE_INDEX_SIZEOF}' index bitness" )
252
253
-set( CXX_FLAGS " -fpermissive $CXX_FLAGS" )
254
add_library( clSPARSE ${clSPARSE_LIBRARY_TYPE}
255
- ${clSPARSE.source.cpp}
+ ${clSPARSE.source.cpp}
256
${clSPARSE.source.internal}
257
${clSPARSE.source.transform}
258
${clSPARSE.source.blas1}
0 commit comments