mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-31 19:24:42 +02:00
cmake: add back de-duplication and fix formatting
This commit is contained in:
@@ -887,7 +887,7 @@ function(generate_lib_src_list LIB_SOURCES)
|
||||
endfunction()
|
||||
|
||||
function(add_to_options_file DEFINITIONS OPTION_FILE)
|
||||
#list(REMOVE_DUPLICATES DEFINITIONS)
|
||||
list(REMOVE_DUPLICATES DEFINITIONS)
|
||||
foreach(DEF IN LISTS DEFINITIONS)
|
||||
if(DEF MATCHES "^-D")
|
||||
if(DEF MATCHES "^-D(N)?DEBUG(=.+)?")
|
||||
|
Reference in New Issue
Block a user