Skip to content

Commit 3180ad7

Browse files
committed
Remove unneccessary cmake option
1 parent bb0a1d7 commit 3180ad7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/library/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,9 +250,8 @@ set( clSPARSE_INDEX_SIZEOF "4" CACHE STRING "Compile the library to assume this
250250
set_property( CACHE clSPARSE_INDEX_SIZEOF PROPERTY STRINGS 4 )
251251
message( STATUS "clSPARSE will build with '${clSPARSE_INDEX_SIZEOF}' index bitness" )
252252

253-
set( CXX_FLAGS " -fpermissive $CXX_FLAGS" )
254253
add_library( clSPARSE ${clSPARSE_LIBRARY_TYPE}
255-
${clSPARSE.source.cpp}
254+
${clSPARSE.source.cpp}
256255
${clSPARSE.source.internal}
257256
${clSPARSE.source.transform}
258257
${clSPARSE.source.blas1}

0 commit comments

Comments
 (0)