From 9bbff3d3018438c7e55824d3f5f30904256773be Mon Sep 17 00:00:00 2001 From: "PC-202108251334\\dogeFu" <609075410@qq.com> Date: Tue, 25 Jan 2022 13:58:12 +0800 Subject: [PATCH] adapt editor native scene --- win64/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/win64/CMakeLists.txt b/win64/CMakeLists.txt index 317075bb..4be67903 100644 --- a/win64/CMakeLists.txt +++ b/win64/CMakeLists.txt @@ -194,7 +194,7 @@ if(USE_SE_V8) ) set(se_libs_name v8) -else() +elseif(NOT CC_EDITOR) message(FATAL_ERROR "Only V8 is supported!") endif()