Update fpattern config
This commit is contained in:
parent
2a17a07784
commit
d39276fe3a
|
@ -20,7 +20,7 @@ add_library(fpattern STATIC
|
||||||
"${fpattern_SOURCE_DIR}/fpattern.h"
|
"${fpattern_SOURCE_DIR}/fpattern.h"
|
||||||
)
|
)
|
||||||
|
|
||||||
if(APPLE)
|
if(NOT WIN32)
|
||||||
target_compile_definitions(fpattern PRIVATE
|
target_compile_definitions(fpattern PRIVATE
|
||||||
"-Dunix"
|
"-Dunix"
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue