Skip to content

Commit

Permalink
set buildForLUA=ON for libgrid used for compilation of ProMesh.
Browse files Browse the repository at this point in the history
  • Loading branch information
junxiW committed Feb 1, 2024
1 parent 110519d commit 029c5c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/ug/target.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ elseif("${TARGET}" STREQUAL "libgrid")
set(buildBindings ON)
set(buildPlugins ON)
set(buildTools ON)
set(buildForLUA ON)

elseif("${TARGET}" STREQUAL "gridshell")
set(targetLibraryName ugGrid)
Expand Down

0 comments on commit 029c5c1

Please sign in to comment.