From 002005abd3bf99920b5915ced7b5f71dc2aa2b1e Mon Sep 17 00:00:00 2001 From: azhornyak Date: Tue, 15 Jun 2021 18:32:41 +0300 Subject: [PATCH] removed lua 5.1 tails --- CMakeLists.txt | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index bde921de..3e54d81d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)