diff options
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 60e8618..b21367f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
@@ -25,7 +25,6 @@ ENDIF() | |||
25 | MESSAGE(STATUS "Lua library: ${LUA_LIBRARIES}") | 25 | MESSAGE(STATUS "Lua library: ${LUA_LIBRARIES}") |
26 | 26 | ||
27 | enable_language( CXX ) | 27 | enable_language( CXX ) |
28 | find_package( Lua REQUIRED ) | ||
29 | include_directories( src ${LUA_INCLUDE_DIR} ) | 28 | include_directories( src ${LUA_INCLUDE_DIR} ) |
30 | add_definitions( -std=c++17 -O3 ) | 29 | add_definitions( -std=c++17 -O3 ) |
31 | 30 | ||