Skip to content

Commit 9f8f9bd

Browse files
committed
Remove --experimental need on windows
IoT.js-DCO-1.0-Signed-off-by: Yonggang Luo [email protected]
1 parent efafdb7 commit 9f8f9bd

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

CMakeLists.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -186,10 +186,6 @@ elseif("${TARGET_OS}" STREQUAL "tizenrt")
186186
iotjs_add_compile_flags(-D__TIZENRT__ -Os -fno-strict-aliasing)
187187
iotjs_add_compile_flags(-fno-strength-reduce -fomit-frame-pointer)
188188
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()
193189
elseif("${TARGET_OS}" STREQUAL "openwrt")
194190
message("OpenWrt support is experimental!")
195191
if(NOT EXPERIMENTAL)

0 commit comments

Comments
 (0)