Skip to content

Commit 73811ff

Browse files
committed
cmake工程文件更新
1 parent 7ca9d60 commit 73811ff

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

__cmake/global.cmake

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
#
44

55
#option(OUTPATH_WITHOUT_TYPE "Put All generation in same Path" ON)
6-
set(OUTPATH_WITHOUT_TYPE 1)
6+
if ("${OUTPATH_WITHOUT_TYPE}" STREQUAL "")
7+
set(OUTPATH_WITHOUT_TYPE 1)
8+
endif()
79

810
#option(DOWNLOAD_COMPILE_DEMOS "下载并编译Soui-demo中的demo" OFF)
911
#

0 commit comments

Comments
 (0)