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 efafdb7 commit 9f8f9bdCopy full SHA for 9f8f9bd
CMakeLists.txt
@@ -186,10 +186,6 @@ elseif("${TARGET_OS}" STREQUAL "tizenrt")
186
iotjs_add_compile_flags(-D__TIZENRT__ -Os -fno-strict-aliasing)
187
iotjs_add_compile_flags(-fno-strength-reduce -fomit-frame-pointer)
188
elseif("${TARGET_OS}" STREQUAL "windows")
189
- message("Windows support is experimental!")
190
- if(NOT EXPERIMENTAL)
191
- message(FATAL_ERROR "Missing --experimental build option for Windows!")
192
- endif()
193
elseif("${TARGET_OS}" STREQUAL "openwrt")
194
message("OpenWrt support is experimental!")
195
if(NOT EXPERIMENTAL)
0 commit comments