Skip to content

Commit 4f59be7

Browse files
author
Bimba Shrestha
authored
Merge pull request #2205 from bimbashrestha/cmake
Removing de-duplication of cmake flags
2 parents c1913ed + 0fa9406 commit 4f59be7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

build/cmake/CMakeModules/AddZstdCompilationFlags.cmake

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ macro(ADD_ZSTD_COMPILATION_FLAGS)
6060
CMAKE_CXX_FLAGS_MINSIZEREL CMAKE_CXX_FLAGS_RELWITHDEBINFO)
6161
if( ${flag_var} )
6262
separate_arguments(${flag_var})
63-
list(REMOVE_DUPLICATES ${flag_var})
6463
string(REPLACE ";" " " ${flag_var} "${${flag_var}}")
6564
endif()
6665
endforeach ()

0 commit comments

Comments
 (0)