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 86d5012 commit 11952ebCopy full SHA for 11952eb
CMakeLists.txt
@@ -81,6 +81,8 @@ elseif(CMAKE_SYSTEM_NAME STREQUAL "WASI")
81
$<$<COMPILE_LANGUAGE:C,CXX>:_WASI_EMULATED_MMAN>)
82
add_link_options("-Lwasi-emulated-signal")
83
add_link_options("-Lwasi-emulated-mman")
84
+elseif(CMAKE_SYSTEM_NAME STREQUAL FreeBSD)
85
+ # On FreeBSD, we should not set U_TIMEZONE
86
else()
87
add_compile_definitions(
88
$<$<COMPILE_LANGUAGE:C,CXX>:U_TIMEZONE=timezone>)
0 commit comments