Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torch/qtlua.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonan Collobert <ronan@collobert.com>2013-10-08 16:43:08 +0400
committerRonan Collobert <ronan@collobert.com>2013-10-08 16:43:08 +0400
commit72ece6cd530a0d7563258eea48b13b4305e918f7 (patch)
tree6ed3772cf6583827f3a29234e2ee1393c3e542ad /CMakeLists.txt
parentd5235605b40f5e8cf274a42f710995796b03b73c (diff)
simplify the build (no lua static)
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 051ef11..5a1256d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -51,7 +51,6 @@ ENDIF (WITH_QTLUA AND NOT QT4_FOUND)
# find lua
IF (WITH_QTLUA)
- FIND_PACKAGE(Lua REQUIRED)
INCLUDE_DIRECTORIES(${LUA_INCLUDE_DIR})
ENDIF(WITH_QTLUA)