Skip to content

Commit

Permalink
need to generate elixir code
Browse files Browse the repository at this point in the history
  • Loading branch information
cocoa-xu committed Jun 10, 2024
1 parent 9381f8a commit 10c200d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ message(STATUS "EVISION_ENABLE_CUDA=${EVISION_ENABLE_CUDA}")
option(GLEAM_EVISION "Compile for Gleam" OFF)
if(GLEAM_EVISION)
add_compile_definitions(GLEAM_EVISION)
set(EVISION_GENERATE_LANG "gleam")
set(EVISION_GENERATE_LANG "gleam,elixir")
endif()

if(POLICY CMP0068)
Expand Down

0 comments on commit 10c200d

Please sign in to comment.