Skip to content

Commit d05ecaf

Browse files
simbit18anchao
authored andcommitted
interpreters/quickjs/CMakeLists.txt: Sync of build Cmake with build Make
Setting the right version 2024-02-14 To avoid future breakage, used the URL with last commit ID Signed-off-by: simbit18 <[email protected]>
1 parent a8b8a73 commit d05ecaf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

interpreters/quickjs/CMakeLists.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ if(CONFIG_INTERPRETERS_QUICKJS)
2828

2929
FetchContent_Declare(
3030
quickjs_fetch
31-
URL ${QUICKJS_URL_BASE}/refs/heads/master.zip SOURCE_DIR
32-
${CMAKE_CURRENT_LIST_DIR}/quickjs BINARY_DIR
31+
URL ${QUICKJS_URL_BASE}/6e2e68fd0896957f92eb6c242a2e048c1ef3cae0.zip
32+
SOURCE_DIR ${CMAKE_CURRENT_LIST_DIR}/quickjs BINARY_DIR
3333
${CMAKE_BINARY_DIR}/apps/interpreters/quickjs/quickjs
3434
PATCH_COMMAND
3535
patch -p1 -d ${CMAKE_CURRENT_LIST_DIR}/quickjs <
@@ -56,7 +56,7 @@ if(CONFIG_INTERPRETERS_QUICKJS)
5656
TARGET nuttx
5757
APPEND
5858
PROPERTY NUTTX_INCLUDE_DIRECTORIES ${NUTTX_APPS_DIR}/interpreters/quickjs)
59-
set(QUICKJS_VERSION "\"2020-11-08\"")
59+
set(QUICKJS_VERSION "\"2024-02-14\"")
6060
set(QUICKJS_FLAGS)
6161
set(QUICKJS_INCDIR)
6262
set(QUICKJS_CSRCS)

0 commit comments

Comments
 (0)