Skip to content

Commit

Permalink
removed lua 5.1 tails
Browse files Browse the repository at this point in the history
  • Loading branch information
alexzhornyak committed Jun 15, 2021
1 parent cfeae0e commit 002005a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -467,10 +467,7 @@ OPTION(WITH_DM_PROMELA "Do build with promela datamodel support" OFF)
if (${CMAKE_CXX_COMPILER_ID} STREQUAL Clang)
SET_SOURCE_FILES_PROPERTIES(src/uscxml/plugins/datamodel/promela/parser/promela.lex.yy.cpp PROPERTIES COMPILE_FLAGS -Wno-deprecated-register )
endif()
if (WIN32)
# LuaForWindows https://code.google.com/archive/p/luaforwindows/downloads
set(ENV{LUA_DIR} "C:/Program Files (x86)/Lua/5.1/")
endif()

add_subdirectory(src/uscxml)
add_subdirectory(src/bindings)

Expand Down

0 comments on commit 002005a

Please sign in to comment.