Apply suggestions from code review

Co-authored-by: Walter Schell <3580170+walterschell@users.noreply.github.com>
This commit is contained in:
Dedmen Miller 2021-04-26 17:02:07 +02:00 committed by Dedmen Miller
parent be9aad4a56
commit 045961e7a0
No known key found for this signature in database
GPG Key ID: F426449786587CC2

View File

@ -3,6 +3,7 @@ project(lua LANGUAGES C VERSION 5.4.2)
option(LUA_SUPPORT_DL "Support dynamic loading of compiled modules" OFF)
option(LUA_BUILD_AS_CXX "Build lua as C++" OFF)
enable_language(CXX)
if(${PROJECT_NAME} STREQUAL ${CMAKE_PROJECT_NAME})
set(TOP_LEVEL TRUE)