Skip to content

Commit

Permalink
Fix typo in cmake message (#2424)
Browse files Browse the repository at this point in the history
  • Loading branch information
Wang-Yue authored Dec 26, 2023
1 parent 4a8cd41 commit ed62aec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/squirrel.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

set(BUILD_WITH_SQUIRREL_DEFAULT TRUE)

option(BUILD_WITH_SQUIRREL "Wasm Enabled" ${BUILD_WITH_SQUIRREL_DEFAULT})
option(BUILD_WITH_SQUIRREL "Squirrel Enabled" ${BUILD_WITH_SQUIRREL_DEFAULT})
message("BUILD_WITH_SQUIRREL: ${BUILD_WITH_SQUIRREL}")

if(BUILD_WITH_SQUIRREL)
Expand Down Expand Up @@ -40,4 +40,4 @@ if(BUILD_WITH_SQUIRREL)
target_include_directories(squirrel PRIVATE ${SQUIRREL_DIR}/squirrel)
target_include_directories(squirrel PRIVATE ${SQUIRREL_DIR}/sqstdlib)
target_compile_definitions(squirrel INTERFACE TIC_BUILD_WITH_SQUIRREL=1)
endif()
endif()

0 comments on commit ed62aec

Please sign in to comment.