|
From: Les N. <les...@fa...> - 2014-01-07 20:27:19
|
Hi,
I'm trying to build wxLua with wxWidgets-3.0.0, unicode shared release
on Linux. Using cmake-gui, when I press the 'configure' button I get a
warning 'Error in configuration process'. I don't know if it makes a
difference but I am using a non-standard install prefix.
Can anyone help me?
Here is the log:
*
---------------------------------------------------------------------------
* CMake command line options and tips specific to this project
*
* In the CMake GUI you can set values and press configure a few times
* and until there are no more red items, then press generate.
*
* Usage: cmake -D[OPTION_NAME]=[OPTION_VALUE] /path/to/CMakeLists.txt/
*
---------------------------------------------------------------------------
* -DHELP=TRUE
* Show this help message and exit, no files will be generated.
* -DCMAKE_BUILD_TYPE=[Debug, Release, RelWithDebInfo, MinSizeRel] :
(Default Debug)
* Makefiles : You must set the build type to Debug, Release...
* MSVC GUI : No need to set this since you can choose it in the GUI.
* -DBUILD_SHARED_LIBS=[TRUE, FALSE] : (Default static in MSW, shared in
Linux)
* Build shared (.DLL or .so) or static (.lib or .a) libraries.
*
---------------------------------------------------------------------------
*****************************************************************************
* BUILD TYPE: Release
* BUILD_SHARED_LIBS: ON
*****************************************************************************
* System is 32-bit TRUE, is 64-bit FALSE
*****************************************************************************
* CMAKE_SOURCE_DIR = /home/les/Documents/src/wxlua
* CMAKE_BINARY_DIR = /home/les/Documents/src/wxlua/build-tarball
*****************************************************************************
*
---------------------------------------------------------------------------
* wxWidgets library settings :
*
* Note that ONLY an all shared (DLL) or all static build is supported.
* I.E. If you choose shared you must link to shared wxWidgets libs.
* Set -DBUILD_SHARED_LIBS=[TRUE, FALSE] to control shared/static lib.
*
* Finding wxWidgets for MSW and MSVC
* -DwxWidgets_ROOT_DIR=[path] : (e.g. /path/to/wxWidgets/)
* Path to the root of the wxWidgets build, must at least set this.
* -DwxWidgets_LIB_DIR=[path] : (e.g. /path/to/wxWidgets/lib/vc_lib/)
* Path to the wxWidgets lib dir also set this if libs can't be found.
* -DwxWidgets_CONFIGURATION=[configuration] :
* Set wxWidgets configuration; e.g. msw, mswu, mswunivu...
* Where 'u' = unicode and 'd' = debug.
* MSVC GUI : You need only choose msw, mswu, mswuniv, mswunivu since
* release or debug mode is chosen in the GUI.
* -DwxWidgets_COMPONENTS=[...stc;html;adv;core;base or mono] :
* For non-monolithic builds choose the wxWidgets libs to link to.
* xrc;xml;gl;net;media;propgrid;richtext;aui;stc;html;adv;core;base
* For monolithic builds choose mono and the contribs libs.
* stc;mono
* The extra decorations, e.g. wxmsw28ud_adv.lib, will be searched for.
* Libs that cannot be found will be printed below, please fix/remove
* them to be able to build this project.
* You will get compilation/linker errors if wxWidgets is not found.
*
* Finding wxWidgets for GCC and Unix type systems
* -DwxWidgets_CONFIG_EXECUTABLE=[path/to/wx-config] :
* Specify path to wx-config script for GCC and Unix type builds
*
---------------------------------------------------------------------------
* Using these wxWidgets components:
stc;gl;xrc;xml;net;media;richtext;aui;html;adv;core;base
CMake Error at build/FindPackageHandleStandardArgs.cmake:92 (INCLUDE):
include could not find load file:
CMakeParseArguments
Call Stack (most recent call first):
build/FindwxWidgets.cmake:836 (INCLUDE)
build/CMakewxAppLib.cmake:256 (find_package)
CMakeLists.txt:54 (FIND_WXWIDGETS)
*
* Found wxWidgets :
* - wxWidgets_VERSION = 3.0.0 = 3.0.0
* - wxWidgets_COMPONENTS =
stc;gl;xrc;xml;net;media;richtext;aui;html;adv;core;base
* - wxWidgets_INCLUDE_DIRS =
/home/les/Documents/src/SheetCamTNG/Setup/linux/../../../wxtarball/lib/wx/include/gtk2-unicode-3.0;/home/les/Documents/src/SheetCamTNG/Setup/linux/../../../wxtarball/include/wx-3.0
* - wxWidgets_LIBRARY_DIRS =
* - wxWidgets_LIBRARIES =
-L/home/les/Documents/src/SheetCamTNG/Setup/linux/../../../wxtarball/lib;-pthread;;;-lwx_gtk2u_stc-3.0;-lwx_gtk2u_gl-3.0;-lwx_gtk2u_xrc-3.0;-lwx_baseu_xml-3.0;-lwx_baseu_net-3.0;-lwx_gtk2u_media-3.0;-lwx_gtk2u_richtext-3.0;-lwx_gtk2u_aui-3.0;-lwx_gtk2u_html-3.0;-lwx_gtk2u_adv-3.0;-lwx_gtk2u_core-3.0;-lwx_baseu-3.0
* - wxWidgets_CXX_FLAGS = -pthread
* - wxWidgets_DEFINITIONS = _FILE_OFFSET_BITS=64;__WXGTK__
* - wxWidgets_DEFINITIONS_DEBUG =
* - wxWidgets_PORTNAME = gtk2
* - wxWidgets_UNIVNAME =
* - wxWidgets_UNICODEFLAG = u
* - wxWidgets_DEBUGFLAG =
*
* WARNING: Specified wxLuaBinding lib 'propgrid' in variable
wxLuaBind_COMPONENTS is missing from wxWidgets_COMPONENTS so it will not
be compiled.
* wxLua using built-in Lua 5.1 library
Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
* WARNING: Doxygen NOT found, wxLua_doxygen target will not be generated.
Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
* WARNING: Doxygen NOT found, wxStEdit_doxygen target will not be generated.
CMake Warning at build/CMakeFunctions.cmake:271 (message):
File doesn't exist on disk : 'src/lapi.c' from dir
'/home/les/Documents/src/wxlua/build'
Call Stack (most recent call first):
build/CMakeFunctions.cmake:807 (ADD_FILE_TO_LIST)
modules/CMakeLists.txt:156 (ADD_LIBRARY_FULL)
modules/lua-5.1/CMakeLists.txt:3 (wxLua_Modules_Lua_TARGETS)
CMake Warning at build/CMakeFunctions.cmake:271 (message):
File doesn't exist on disk : 'src/lcode.c' from dir
'/home/les/Documents/src/wxlua/build'
Call Stack (most recent call first):
build/CMakeFunctions.cmake:807 (ADD_FILE_TO_LIST)
modules/CMakeLists.txt:156 (ADD_LIBRARY_FULL)
modules/lua-5.1/CMakeLists.txt:3 (wxLua_Modules_Lua_TARGETS)
CMake Warning at build/CMakeFunctions.cmake:271 (message):
File doesn't exist on disk : 'src/ldebug.c' from dir
'/home/les/Documents/src/wxlua/build'
Call Stack (most recent call first):
build/CMakeFunctions.cmake:807 (ADD_FILE_TO_LIST)
modules/CMakeLists.txt:156 (ADD_LIBRARY_FULL)
modules/lua-5.1/CMakeLists.txt:3 (wxLua_Modules_Lua_TARGETS)
CMake Warning at build/CMakeFunctions.cmake:271 (message):
File doesn't exist on disk : 'src/ldo.c' from dir
'/home/les/Documents/src/wxlua/build'
Call Stack (most recent call first):
build/CMakeFunctions.cmake:807 (ADD_FILE_TO_LIST)
modules/CMakeLists.txt:156 (ADD_LIBRARY_FULL)
modules/lua-5.1/CMakeLists.txt:3 (wxLua_Modules_Lua_TARGETS)
CMake Warning at build/CMakeFunctions.cmake:271 (message):
File doesn't exist on disk : 'src/ldump.c' from dir
'/home/les/Documents/src/wxlua/build'
Call Stack (most recent call first):
build/CMakeFunctions.cmake:807 (ADD_FILE_TO_LIST)
modules/CMakeLists.txt:156 (ADD_LIBRARY_FULL)
modules/lua-5.1/CMakeLists.txt:3 (wxLua_Modules_Lua_TARGETS)
CMake Warning at build/CMakeFunctions.cmake:271 (message):
File doesn't exist on disk : 'src/lfunc.c' from dir
'/home/les/Documents/src/wxlua/build'
Call Stack (most recent call first):
build/CMakeFunctions.cmake:807 (ADD_FILE_TO_LIST)
modules/CMakeLists.txt:156 (ADD_LIBRARY_FULL)
modules/lua-5.1/CMakeLists.txt:3 (wxLua_Modules_Lua_TARGETS)
CMake Warning at build/CMakeFunctions.cmake:271 (message):
File doesn't exist on disk : 'src/lgc.c' from dir
'/home/les/Documents/src/wxlua/build'
Call Stack (most recent call first):
build/CMakeFunctions.cmake:807 (ADD_FILE_TO_LIST)
modules/CMakeLists.txt:156 (ADD_LIBRARY_FULL)
modules/lua-5.1/CMakeLists.txt:3 (wxLua_Modules_Lua_TARGETS)
CMake Warning at build/CMakeFunctions.cmake:271 (message):
File doesn't exist on disk : 'src/llex.c' from dir
'/home/les/Documents/src/wxlua/build'
Call Stack (most recent call first):
build/CMakeFunctions.cmake:807 (ADD_FILE_TO_LIST)
modules/CMakeLists.txt:156 (ADD_LIBRARY_FULL)
modules/lua-5.1/CMakeLists.txt:3 (wxLua_Modules_Lua_TARGETS)
CMake Warning at build/CMakeFunctions.cmake:271 (message):
File doesn't exist on disk : 'src/lmem.c' from dir
'/home/les/Documents/src/wxlua/build'
Call Stack (most recent call first):
build/CMakeFunctions.cmake:807 (ADD_FILE_TO_LIST)
modules/CMakeLists.txt:156 (ADD_LIBRARY_FULL)
modules/lua-5.1/CMakeLists.txt:3 (wxLua_Modules_Lua_TARGETS)
CMake Warning at build/CMakeFunctions.cmake:271 (message):
File doesn't exist on disk : 'src/lobject.c' from dir
'/home/les/Documents/src/wxlua/build'
Call Stack (most recent call first):
build/CMakeFunctions.cmake:807 (ADD_FILE_TO_LIST)
modules/CMakeLists.txt:156 (ADD_LIBRARY_FULL)
modules/lua-5.1/CMakeLists.txt:3 (wxLua_Modules_Lua_TARGETS)
CMake Warning at build/CMakeFunctions.cmake:271 (message):
File doesn't exist on disk : 'src/lopcodes.c' from dir
'/home/les/Documents/src/wxlua/build'
Call Stack (most recent call first):
build/CMakeFunctions.cmake:807 (ADD_FILE_TO_LIST)
modules/CMakeLists.txt:156 (ADD_LIBRARY_FULL)
modules/lua-5.1/CMakeLists.txt:3 (wxLua_Modules_Lua_TARGETS)
CMake Warning at build/CMakeFunctions.cmake:271 (message):
File doesn't exist on disk : 'src/lparser.c' from dir
'/home/les/Documents/src/wxlua/build'
Call Stack (most recent call first):
build/CMakeFunctions.cmake:807 (ADD_FILE_TO_LIST)
modules/CMakeLists.txt:156 (ADD_LIBRARY_FULL)
modules/lua-5.1/CMakeLists.txt:3 (wxLua_Modules_Lua_TARGETS)
CMake Warning at build/CMakeFunctions.cmake:271 (message):
File doesn't exist on disk : 'src/lstate.c' from dir
'/home/les/Documents/src/wxlua/build'
Call Stack (most recent call first):
build/CMakeFunctions.cmake:807 (ADD_FILE_TO_LIST)
modules/CMakeLists.txt:156 (ADD_LIBRARY_FULL)
modules/lua-5.1/CMakeLists.txt:3 (wxLua_Modules_Lua_TARGETS)
CMake Warning at build/CMakeFunctions.cmake:271 (message):
File doesn't exist on disk : 'src/lstring.c' from dir
'/home/les/Documents/src/wxlua/build'
Call Stack (most recent call first):
build/CMakeFunctions.cmake:807 (ADD_FILE_TO_LIST)
modules/CMakeLists.txt:156 (ADD_LIBRARY_FULL)
modules/lua-5.1/CMakeLists.txt:3 (wxLua_Modules_Lua_TARGETS)
CMake Warning at build/CMakeFunctions.cmake:271 (message):
File doesn't exist on disk : 'src/ltable.c' from dir
'/home/les/Documents/src/wxlua/build'
Call Stack (most recent call first):
build/CMakeFunctions.cmake:807 (ADD_FILE_TO_LIST)
modules/CMakeLists.txt:156 (ADD_LIBRARY_FULL)
modules/lua-5.1/CMakeLists.txt:3 (wxLua_Modules_Lua_TARGETS)
CMake Warning at build/CMakeFunctions.cmake:271 (message):
File doesn't exist on disk : 'src/ltm.c' from dir
'/home/les/Documents/src/wxlua/build'
Call Stack (most recent call first):
build/CMakeFunctions.cmake:807 (ADD_FILE_TO_LIST)
modules/CMakeLists.txt:156 (ADD_LIBRARY_FULL)
modules/lua-5.1/CMakeLists.txt:3 (wxLua_Modules_Lua_TARGETS)
CMake Warning at build/CMakeFunctions.cmake:271 (message):
File doesn't exist on disk : 'src/lundump.c' from dir
'/home/les/Documents/src/wxlua/build'
Call Stack (most recent call first):
build/CMakeFunctions.cmake:807 (ADD_FILE_TO_LIST)
modules/CMakeLists.txt:156 (ADD_LIBRARY_FULL)
modules/lua-5.1/CMakeLists.txt:3 (wxLua_Modules_Lua_TARGETS)
CMake Warning at build/CMakeFunctions.cmake:271 (message):
File doesn't exist on disk : 'src/lvm.c' from dir
'/home/les/Documents/src/wxlua/build'
Call Stack (most recent call first):
build/CMakeFunctions.cmake:807 (ADD_FILE_TO_LIST)
modules/CMakeLists.txt:156 (ADD_LIBRARY_FULL)
modules/lua-5.1/CMakeLists.txt:3 (wxLua_Modules_Lua_TARGETS)
CMake Warning at build/CMakeFunctions.cmake:271 (message):
File doesn't exist on disk : 'src/lzio.c' from dir
'/home/les/Documents/src/wxlua/build'
Call Stack (most recent call first):
build/CMakeFunctions.cmake:807 (ADD_FILE_TO_LIST)
modules/CMakeLists.txt:156 (ADD_LIBRARY_FULL)
modules/lua-5.1/CMakeLists.txt:3 (wxLua_Modules_Lua_TARGETS)
CMake Warning at build/CMakeFunctions.cmake:271 (message):
File doesn't exist on disk : 'src/lauxlib.c' from dir
'/home/les/Documents/src/wxlua/build'
Call Stack (most recent call first):
build/CMakeFunctions.cmake:807 (ADD_FILE_TO_LIST)
modules/CMakeLists.txt:156 (ADD_LIBRARY_FULL)
modules/lua-5.1/CMakeLists.txt:3 (wxLua_Modules_Lua_TARGETS)
CMake Warning at build/CMakeFunctions.cmake:271 (message):
File doesn't exist on disk : 'src/lbaselib.c' from dir
'/home/les/Documents/src/wxlua/build'
Call Stack (most recent call first):
build/CMakeFunctions.cmake:807 (ADD_FILE_TO_LIST)
modules/CMakeLists.txt:156 (ADD_LIBRARY_FULL)
modules/lua-5.1/CMakeLists.txt:3 (wxLua_Modules_Lua_TARGETS)
CMake Warning at build/CMakeFunctions.cmake:271 (message):
File doesn't exist on disk : 'src/ldblib.c' from dir
'/home/les/Documents/src/wxlua/build'
Call Stack (most recent call first):
build/CMakeFunctions.cmake:807 (ADD_FILE_TO_LIST)
modules/CMakeLists.txt:156 (ADD_LIBRARY_FULL)
modules/lua-5.1/CMakeLists.txt:3 (wxLua_Modules_Lua_TARGETS)
CMake Warning at build/CMakeFunctions.cmake:271 (message):
File doesn't exist on disk : 'src/liolib.c' from dir
'/home/les/Documents/src/wxlua/build'
Call Stack (most recent call first):
build/CMakeFunctions.cmake:807 (ADD_FILE_TO_LIST)
modules/CMakeLists.txt:156 (ADD_LIBRARY_FULL)
modules/lua-5.1/CMakeLists.txt:3 (wxLua_Modules_Lua_TARGETS)
CMake Warning at build/CMakeFunctions.cmake:271 (message):
File doesn't exist on disk : 'src/lmathlib.c' from dir
'/home/les/Documents/src/wxlua/build'
Call Stack (most recent call first):
build/CMakeFunctions.cmake:807 (ADD_FILE_TO_LIST)
modules/CMakeLists.txt:156 (ADD_LIBRARY_FULL)
modules/lua-5.1/CMakeLists.txt:3 (wxLua_Modules_Lua_TARGETS)
CMake Warning at build/CMakeFunctions.cmake:271 (message):
File doesn't exist on disk : 'src/loslib.c' from dir
'/home/les/Documents/src/wxlua/build'
Call Stack (most recent call first):
build/CMakeFunctions.cmake:807 (ADD_FILE_TO_LIST)
modules/CMakeLists.txt:156 (ADD_LIBRARY_FULL)
modules/lua-5.1/CMakeLists.txt:3 (wxLua_Modules_Lua_TARGETS)
CMake Warning at build/CMakeFunctions.cmake:271 (message):
File doesn't exist on disk : 'src/ltablib.c' from dir
'/home/les/Documents/src/wxlua/build'
Call Stack (most recent call first):
build/CMakeFunctions.cmake:807 (ADD_FILE_TO_LIST)
modules/CMakeLists.txt:156 (ADD_LIBRARY_FULL)
modules/lua-5.1/CMakeLists.txt:3 (wxLua_Modules_Lua_TARGETS)
CMake Warning at build/CMakeFunctions.cmake:271 (message):
File doesn't exist on disk : 'src/lstrlib.c' from dir
'/home/les/Documents/src/wxlua/build'
Call Stack (most recent call first):
build/CMakeFunctions.cmake:807 (ADD_FILE_TO_LIST)
modules/CMakeLists.txt:156 (ADD_LIBRARY_FULL)
modules/lua-5.1/CMakeLists.txt:3 (wxLua_Modules_Lua_TARGETS)
CMake Warning at build/CMakeFunctions.cmake:271 (message):
File doesn't exist on disk : 'src/loadlib.c' from dir
'/home/les/Documents/src/wxlua/build'
Call Stack (most recent call first):
build/CMakeFunctions.cmake:807 (ADD_FILE_TO_LIST)
modules/CMakeLists.txt:156 (ADD_LIBRARY_FULL)
modules/lua-5.1/CMakeLists.txt:3 (wxLua_Modules_Lua_TARGETS)
CMake Warning at build/CMakeFunctions.cmake:271 (message):
File doesn't exist on disk : 'src/linit.c' from dir
'/home/les/Documents/src/wxlua/build'
Call Stack (most recent call first):
build/CMakeFunctions.cmake:807 (ADD_FILE_TO_LIST)
modules/CMakeLists.txt:156 (ADD_LIBRARY_FULL)
modules/lua-5.1/CMakeLists.txt:3 (wxLua_Modules_Lua_TARGETS)
CMake Warning at build/CMakeFunctions.cmake:271 (message):
File doesn't exist on disk : 'src/lua.c' from dir
'/home/les/Documents/src/wxlua/build'
Call Stack (most recent call first):
build/CMakeFunctions.cmake:1028 (ADD_FILE_TO_LIST)
modules/CMakeLists.txt:214 (ADD_EXECUTABLE_FULL)
modules/lua-5.1/CMakeLists.txt:3 (wxLua_Modules_Lua_TARGETS)
CMake Error at bindings/CMakeLists.txt:46 (string):
string does not recognize sub-command FIND
Call Stack (most recent call first):
bindings/CMakeLists.txt:92 (FUNCTION_ARG_PARSER)
bindings/CMakeLists.txt:183 (ADD_WXLUABIND_GENERATION)
CMake Warning at bindings/CMakeLists.txt:48 (if):
given arguments:
"GREATER" "-1"
Unknown arguments specified
Call Stack (most recent call first):
bindings/CMakeLists.txt:92 (FUNCTION_ARG_PARSER)
bindings/CMakeLists.txt:183 (ADD_WXLUABIND_GENERATION)
CMake Error at bindings/CMakeLists.txt:46 (string):
string does not recognize sub-command FIND
Call Stack (most recent call first):
bindings/CMakeLists.txt:92 (FUNCTION_ARG_PARSER)
bindings/CMakeLists.txt:183 (ADD_WXLUABIND_GENERATION)
CMake Warning at bindings/CMakeLists.txt:48 (if):
given arguments:
"GREATER" "-1"
Unknown arguments specified
Call Stack (most recent call first):
bindings/CMakeLists.txt:92 (FUNCTION_ARG_PARSER)
bindings/CMakeLists.txt:183 (ADD_WXLUABIND_GENERATION)
CMake Error at bindings/CMakeLists.txt:46 (string):
string does not recognize sub-command FIND
Call Stack (most recent call first):
bindings/CMakeLists.txt:92 (FUNCTION_ARG_PARSER)
bindings/CMakeLists.txt:183 (ADD_WXLUABIND_GENERATION)
CMake Warning at bindings/CMakeLists.txt:48 (if):
given arguments:
"GREATER" "-1"
Unknown arguments specified
Call Stack (most recent call first):
bindings/CMakeLists.txt:92 (FUNCTION_ARG_PARSER)
bindings/CMakeLists.txt:183 (ADD_WXLUABIND_GENERATION)
CMake Error at bindings/CMakeLists.txt:46 (string):
string does not recognize sub-command FIND
Call Stack (most recent call first):
bindings/CMakeLists.txt:92 (FUNCTION_ARG_PARSER)
bindings/CMakeLists.txt:183 (ADD_WXLUABIND_GENERATION)
CMake Warning at bindings/CMakeLists.txt:48 (if):
given arguments:
"GREATER" "-1"
Unknown arguments specified
Call Stack (most recent call first):
bindings/CMakeLists.txt:92 (FUNCTION_ARG_PARSER)
bindings/CMakeLists.txt:183 (ADD_WXLUABIND_GENERATION)
CMake Error at bindings/CMakeLists.txt:46 (string):
string does not recognize sub-command FIND
Call Stack (most recent call first):
bindings/CMakeLists.txt:92 (FUNCTION_ARG_PARSER)
bindings/CMakeLists.txt:183 (ADD_WXLUABIND_GENERATION)
CMake Warning at bindings/CMakeLists.txt:48 (if):
given arguments:
"GREATER" "-1"
Unknown arguments specified
Call Stack (most recent call first):
bindings/CMakeLists.txt:92 (FUNCTION_ARG_PARSER)
bindings/CMakeLists.txt:183 (ADD_WXLUABIND_GENERATION)
CMake Error at bindings/CMakeLists.txt:46 (string):
string does not recognize sub-command FIND
Call Stack (most recent call first):
bindings/CMakeLists.txt:92 (FUNCTION_ARG_PARSER)
bindings/CMakeLists.txt:183 (ADD_WXLUABIND_GENERATION)
CMake Warning at bindings/CMakeLists.txt:48 (if):
given arguments:
"GREATER" "-1"
Unknown arguments specified
Call Stack (most recent call first):
bindings/CMakeLists.txt:92 (FUNCTION_ARG_PARSER)
bindings/CMakeLists.txt:183 (ADD_WXLUABIND_GENERATION)
CMake Error at bindings/CMakeLists.txt:46 (string):
string does not recognize sub-command FIND
Call Stack (most recent call first):
bindings/CMakeLists.txt:92 (FUNCTION_ARG_PARSER)
bindings/CMakeLists.txt:183 (ADD_WXLUABIND_GENERATION)
CMake Warning at bindings/CMakeLists.txt:48 (if):
given arguments:
"GREATER" "-1"
Unknown arguments specified
Call Stack (most recent call first):
bindings/CMakeLists.txt:92 (FUNCTION_ARG_PARSER)
bindings/CMakeLists.txt:183 (ADD_WXLUABIND_GENERATION)
CMake Error at bindings/CMakeLists.txt:46 (string):
string does not recognize sub-command FIND
Call Stack (most recent call first):
bindings/CMakeLists.txt:92 (FUNCTION_ARG_PARSER)
bindings/CMakeLists.txt:183 (ADD_WXLUABIND_GENERATION)
CMake Warning at bindings/CMakeLists.txt:48 (if):
given arguments:
"GREATER" "-1"
Unknown arguments specified
Call Stack (most recent call first):
bindings/CMakeLists.txt:92 (FUNCTION_ARG_PARSER)
bindings/CMakeLists.txt:183 (ADD_WXLUABIND_GENERATION)
CMake Error at bindings/CMakeLists.txt:46 (string):
string does not recognize sub-command FIND
Call Stack (most recent call first):
bindings/CMakeLists.txt:92 (FUNCTION_ARG_PARSER)
bindings/CMakeLists.txt:183 (ADD_WXLUABIND_GENERATION)
CMake Warning at bindings/CMakeLists.txt:48 (if):
given arguments:
"GREATER" "-1"
Unknown arguments specified
Call Stack (most recent call first):
bindings/CMakeLists.txt:92 (FUNCTION_ARG_PARSER)
bindings/CMakeLists.txt:183 (ADD_WXLUABIND_GENERATION)
CMake Error at bindings/CMakeLists.txt:46 (string):
string does not recognize sub-command FIND
Call Stack (most recent call first):
bindings/CMakeLists.txt:92 (FUNCTION_ARG_PARSER)
bindings/CMakeLists.txt:183 (ADD_WXLUABIND_GENERATION)
CMake Warning at bindings/CMakeLists.txt:48 (if):
given arguments:
"GREATER" "-1"
Unknown arguments specified
Call Stack (most recent call first):
bindings/CMakeLists.txt:92 (FUNCTION_ARG_PARSER)
bindings/CMakeLists.txt:183 (ADD_WXLUABIND_GENERATION)
CMake Error at bindings/CMakeLists.txt:46 (string):
string does not recognize sub-command FIND
Call Stack (most recent call first):
bindings/CMakeLists.txt:92 (FUNCTION_ARG_PARSER)
bindings/CMakeLists.txt:183 (ADD_WXLUABIND_GENERATION)
CMake Warning at bindings/CMakeLists.txt:48 (if):
given arguments:
"GREATER" "-1"
Unknown arguments specified
Call Stack (most recent call first):
bindings/CMakeLists.txt:92 (FUNCTION_ARG_PARSER)
bindings/CMakeLists.txt:183 (ADD_WXLUABIND_GENERATION)
CMake Error at bindings/CMakeLists.txt:46 (string):
string does not recognize sub-command FIND
Call Stack (most recent call first):
bindings/CMakeLists.txt:92 (FUNCTION_ARG_PARSER)
bindings/CMakeLists.txt:183 (ADD_WXLUABIND_GENERATION)
CMake Warning at bindings/CMakeLists.txt:48 (if):
given arguments:
"GREATER" "-1"
Unknown arguments specified
Call Stack (most recent call first):
bindings/CMakeLists.txt:92 (FUNCTION_ARG_PARSER)
bindings/CMakeLists.txt:183 (ADD_WXLUABIND_GENERATION)
CMake Error at bindings/CMakeLists.txt:46 (string):
string does not recognize sub-command FIND
Call Stack (most recent call first):
bindings/CMakeLists.txt:92 (FUNCTION_ARG_PARSER)
bindings/CMakeLists.txt:183 (ADD_WXLUABIND_GENERATION)
CMake Warning at bindings/CMakeLists.txt:48 (if):
given arguments:
"GREATER" "-1"
Unknown arguments specified
Call Stack (most recent call first):
bindings/CMakeLists.txt:92 (FUNCTION_ARG_PARSER)
bindings/CMakeLists.txt:183 (ADD_WXLUABIND_GENERATION)
CMake Error at bindings/CMakeLists.txt:46 (string):
string does not recognize sub-command FIND
Call Stack (most recent call first):
bindings/CMakeLists.txt:92 (FUNCTION_ARG_PARSER)
bindings/CMakeLists.txt:183 (ADD_WXLUABIND_GENERATION)
CMake Warning at bindings/CMakeLists.txt:48 (if):
given arguments:
"GREATER" "-1"
Unknown arguments specified
Call Stack (most recent call first):
bindings/CMakeLists.txt:92 (FUNCTION_ARG_PARSER)
bindings/CMakeLists.txt:183 (ADD_WXLUABIND_GENERATION)
CMake Error at bindings/CMakeLists.txt:46 (string):
string does not recognize sub-command FIND
Call Stack (most recent call first):
bindings/CMakeLists.txt:92 (FUNCTION_ARG_PARSER)
bindings/CMakeLists.txt:183 (ADD_WXLUABIND_GENERATION)
CMake Warning at bindings/CMakeLists.txt:48 (if):
given arguments:
"GREATER" "-1"
Unknown arguments specified
Call Stack (most recent call first):
bindings/CMakeLists.txt:92 (FUNCTION_ARG_PARSER)
bindings/CMakeLists.txt:183 (ADD_WXLUABIND_GENERATION)
CMake Error at bindings/CMakeLists.txt:46 (string):
string does not recognize sub-command FIND
Call Stack (most recent call first):
bindings/CMakeLists.txt:92 (FUNCTION_ARG_PARSER)
bindings/CMakeLists.txt:183 (ADD_WXLUABIND_GENERATION)
CMake Warning at bindings/CMakeLists.txt:48 (if):
given arguments:
"GREATER" "-1"
Unknown arguments specified
Call Stack (most recent call first):
bindings/CMakeLists.txt:92 (FUNCTION_ARG_PARSER)
bindings/CMakeLists.txt:183 (ADD_WXLUABIND_GENERATION)
CMake Error at bindings/CMakeLists.txt:46 (string):
string does not recognize sub-command FIND
Call Stack (most recent call first):
bindings/CMakeLists.txt:92 (FUNCTION_ARG_PARSER)
bindings/CMakeLists.txt:183 (ADD_WXLUABIND_GENERATION)
CMake Warning at bindings/CMakeLists.txt:48 (if):
given arguments:
"GREATER" "-1"
Unknown arguments specified
Call Stack (most recent call first):
bindings/CMakeLists.txt:92 (FUNCTION_ARG_PARSER)
bindings/CMakeLists.txt:183 (ADD_WXLUABIND_GENERATION)
CMake Error at bindings/CMakeLists.txt:46 (string):
string does not recognize sub-command FIND
Call Stack (most recent call first):
bindings/CMakeLists.txt:92 (FUNCTION_ARG_PARSER)
bindings/CMakeLists.txt:183 (ADD_WXLUABIND_GENERATION)
CMake Warning at bindings/CMakeLists.txt:48 (if):
given arguments:
"GREATER" "-1"
Unknown arguments specified
Call Stack (most recent call first):
bindings/CMakeLists.txt:92 (FUNCTION_ARG_PARSER)
bindings/CMakeLists.txt:183 (ADD_WXLUABIND_GENERATION)
CMake Error at bindings/CMakeLists.txt:46 (string):
string does not recognize sub-command FIND
Call Stack (most recent call first):
bindings/CMakeLists.txt:92 (FUNCTION_ARG_PARSER)
bindings/CMakeLists.txt:183 (ADD_WXLUABIND_GENERATION)
CMake Warning at bindings/CMakeLists.txt:48 (if):
given arguments:
"GREATER" "-1"
Unknown arguments specified
Call Stack (most recent call first):
bindings/CMakeLists.txt:92 (FUNCTION_ARG_PARSER)
bindings/CMakeLists.txt:183 (ADD_WXLUABIND_GENERATION)
CMake Error at bindings/CMakeLists.txt:46 (string):
string does not recognize sub-command FIND
Call Stack (most recent call first):
bindings/CMakeLists.txt:92 (FUNCTION_ARG_PARSER)
bindings/CMakeLists.txt:183 (ADD_WXLUABIND_GENERATION)
CMake Warning at bindings/CMakeLists.txt:48 (if):
given arguments:
"GREATER" "-1"
Unknown arguments specified
Call Stack (most recent call first):
bindings/CMakeLists.txt:92 (FUNCTION_ARG_PARSER)
bindings/CMakeLists.txt:183 (ADD_WXLUABIND_GENERATION)
CMake Error at bindings/CMakeLists.txt:46 (string):
string does not recognize sub-command FIND
Call Stack (most recent call first):
bindings/CMakeLists.txt:92 (FUNCTION_ARG_PARSER)
bindings/CMakeLists.txt:183 (ADD_WXLUABIND_GENERATION)
CMake Warning at bindings/CMakeLists.txt:48 (if):
given arguments:
"GREATER" "-1"
Unknown arguments specified
Call Stack (most recent call first):
bindings/CMakeLists.txt:92 (FUNCTION_ARG_PARSER)
bindings/CMakeLists.txt:183 (ADD_WXLUABIND_GENERATION)
CMake Error at bindings/CMakeLists.txt:46 (string):
string does not recognize sub-command FIND
Call Stack (most recent call first):
bindings/CMakeLists.txt:92 (FUNCTION_ARG_PARSER)
bindings/CMakeLists.txt:183 (ADD_WXLUABIND_GENERATION)
CMake Warning at bindings/CMakeLists.txt:48 (if):
given arguments:
"GREATER" "-1"
Unknown arguments specified
Call Stack (most recent call first):
bindings/CMakeLists.txt:92 (FUNCTION_ARG_PARSER)
bindings/CMakeLists.txt:183 (ADD_WXLUABIND_GENERATION)
CMake Error at bindings/CMakeLists.txt:46 (string):
string does not recognize sub-command FIND
Call Stack (most recent call first):
bindings/CMakeLists.txt:92 (FUNCTION_ARG_PARSER)
bindings/CMakeLists.txt:183 (ADD_WXLUABIND_GENERATION)
CMake Warning at bindings/CMakeLists.txt:48 (if):
given arguments:
"GREATER" "-1"
Unknown arguments specified
Call Stack (most recent call first):
bindings/CMakeLists.txt:92 (FUNCTION_ARG_PARSER)
bindings/CMakeLists.txt:183 (ADD_WXLUABIND_GENERATION)
CMake Error at bindings/CMakeLists.txt:46 (string):
string does not recognize sub-command FIND
Call Stack (most recent call first):
bindings/CMakeLists.txt:92 (FUNCTION_ARG_PARSER)
bindings/CMakeLists.txt:183 (ADD_WXLUABIND_GENERATION)
CMake Warning at bindings/CMakeLists.txt:48 (if):
given arguments:
"GREATER" "-1"
Unknown arguments specified
Call Stack (most recent call first):
bindings/CMakeLists.txt:92 (FUNCTION_ARG_PARSER)
bindings/CMakeLists.txt:183 (ADD_WXLUABIND_GENERATION)
CMake Error at bindings/CMakeLists.txt:46 (string):
string does not recognize sub-command FIND
Call Stack (most recent call first):
bindings/CMakeLists.txt:92 (FUNCTION_ARG_PARSER)
bindings/CMakeLists.txt:183 (ADD_WXLUABIND_GENERATION)
CMake Warning at bindings/CMakeLists.txt:48 (if):
given arguments:
"GREATER" "-1"
Unknown arguments specified
Call Stack (most recent call first):
bindings/CMakeLists.txt:92 (FUNCTION_ARG_PARSER)
bindings/CMakeLists.txt:183 (ADD_WXLUABIND_GENERATION)
CMake Error at bindings/CMakeLists.txt:46 (string):
string does not recognize sub-command FIND
Call Stack (most recent call first):
bindings/CMakeLists.txt:92 (FUNCTION_ARG_PARSER)
bindings/CMakeLists.txt:183 (ADD_WXLUABIND_GENERATION)
CMake Warning at bindings/CMakeLists.txt:48 (if):
given arguments:
"GREATER" "-1"
Unknown arguments specified
Call Stack (most recent call first):
bindings/CMakeLists.txt:92 (FUNCTION_ARG_PARSER)
bindings/CMakeLists.txt:183 (ADD_WXLUABIND_GENERATION)
CMake Error at bindings/CMakeLists.txt:46 (string):
string does not recognize sub-command FIND
Call Stack (most recent call first):
bindings/CMakeLists.txt:92 (FUNCTION_ARG_PARSER)
bindings/CMakeLists.txt:183 (ADD_WXLUABIND_GENERATION)
CMake Warning at bindings/CMakeLists.txt:48 (if):
given arguments:
"GREATER" "-1"
Unknown arguments specified
Call Stack (most recent call first):
bindings/CMakeLists.txt:92 (FUNCTION_ARG_PARSER)
bindings/CMakeLists.txt:183 (ADD_WXLUABIND_GENERATION)
CMake Error at bindings/CMakeLists.txt:46 (string):
string does not recognize sub-command FIND
Call Stack (most recent call first):
bindings/CMakeLists.txt:92 (FUNCTION_ARG_PARSER)
bindings/CMakeLists.txt:183 (ADD_WXLUABIND_GENERATION)
CMake Warning at bindings/CMakeLists.txt:48 (if):
given arguments:
"GREATER" "-1"
Unknown arguments specified
Call Stack (most recent call first):
bindings/CMakeLists.txt:92 (FUNCTION_ARG_PARSER)
bindings/CMakeLists.txt:183 (ADD_WXLUABIND_GENERATION)
CMake Error at bindings/CMakeLists.txt:46 (string):
string does not recognize sub-command FIND
Call Stack (most recent call first):
bindings/CMakeLists.txt:92 (FUNCTION_ARG_PARSER)
bindings/CMakeLists.txt:183 (ADD_WXLUABIND_GENERATION)
CMake Warning at bindings/CMakeLists.txt:48 (if):
given arguments:
"GREATER" "-1"
Unknown arguments specified
Call Stack (most recent call first):
bindings/CMakeLists.txt:92 (FUNCTION_ARG_PARSER)
bindings/CMakeLists.txt:183 (ADD_WXLUABIND_GENERATION)
CMake Error at bindings/CMakeLists.txt:46 (string):
string does not recognize sub-command FIND
Call Stack (most recent call first):
bindings/CMakeLists.txt:92 (FUNCTION_ARG_PARSER)
bindings/CMakeLists.txt:183 (ADD_WXLUABIND_GENERATION)
CMake Warning at bindings/CMakeLists.txt:48 (if):
given arguments:
"GREATER" "-1"
Unknown arguments specified
Call Stack (most recent call first):
bindings/CMakeLists.txt:92 (FUNCTION_ARG_PARSER)
bindings/CMakeLists.txt:183 (ADD_WXLUABIND_GENERATION)
CMake Error at bindings/CMakeLists.txt:46 (string):
string does not recognize sub-command FIND
Call Stack (most recent call first):
bindings/CMakeLists.txt:92 (FUNCTION_ARG_PARSER)
bindings/CMakeLists.txt:183 (ADD_WXLUABIND_GENERATION)
CMake Warning at bindings/CMakeLists.txt:48 (if):
given arguments:
"GREATER" "-1"
Unknown arguments specified
Call Stack (most recent call first):
bindings/CMakeLists.txt:92 (FUNCTION_ARG_PARSER)
bindings/CMakeLists.txt:183 (ADD_WXLUABIND_GENERATION)
CMake Error at bindings/CMakeLists.txt:46 (string):
string does not recognize sub-command FIND
Call Stack (most recent call first):
bindings/CMakeLists.txt:92 (FUNCTION_ARG_PARSER)
bindings/CMakeLists.txt:183 (ADD_WXLUABIND_GENERATION)
CMake Warning at bindings/CMakeLists.txt:48 (if):
given arguments:
"GREATER" "-1"
Unknown arguments specified
Call Stack (most recent call first):
bindings/CMakeLists.txt:92 (FUNCTION_ARG_PARSER)
bindings/CMakeLists.txt:183 (ADD_WXLUABIND_GENERATION)
CMake Error at bindings/CMakeLists.txt:46 (string):
string does not recognize sub-command FIND
Call Stack (most recent call first):
bindings/CMakeLists.txt:92 (FUNCTION_ARG_PARSER)
bindings/CMakeLists.txt:183 (ADD_WXLUABIND_GENERATION)
CMake Warning at bindings/CMakeLists.txt:48 (if):
given arguments:
"GREATER" "-1"
Unknown arguments specified
Call Stack (most recent call first):
bindings/CMakeLists.txt:92 (FUNCTION_ARG_PARSER)
bindings/CMakeLists.txt:183 (ADD_WXLUABIND_GENERATION)
CMake Error at bindings/CMakeLists.txt:46 (string):
string does not recognize sub-command FIND
Call Stack (most recent call first):
bindings/CMakeLists.txt:92 (FUNCTION_ARG_PARSER)
bindings/CMakeLists.txt:183 (ADD_WXLUABIND_GENERATION)
CMake Warning at bindings/CMakeLists.txt:48 (if):
given arguments:
"GREATER" "-1"
Unknown arguments specified
Call Stack (most recent call first):
bindings/CMakeLists.txt:92 (FUNCTION_ARG_PARSER)
bindings/CMakeLists.txt:183 (ADD_WXLUABIND_GENERATION)
CMake Error at bindings/CMakeLists.txt:46 (string):
string does not recognize sub-command FIND
Call Stack (most recent call first):
bindings/CMakeLists.txt:92 (FUNCTION_ARG_PARSER)
bindings/CMakeLists.txt:183 (ADD_WXLUABIND_GENERATION)
CMake Warning at bindings/CMakeLists.txt:48 (if):
given arguments:
"GREATER" "-1"
Unknown arguments specified
Call Stack (most recent call first):
bindings/CMakeLists.txt:92 (FUNCTION_ARG_PARSER)
bindings/CMakeLists.txt:183 (ADD_WXLUABIND_GENERATION)
CMake Error at bindings/CMakeLists.txt:46 (string):
string does not recognize sub-command FIND
Call Stack (most recent call first):
bindings/CMakeLists.txt:92 (FUNCTION_ARG_PARSER)
bindings/CMakeLists.txt:183 (ADD_WXLUABIND_GENERATION)
CMake Warning at bindings/CMakeLists.txt:48 (if):
given arguments:
"GREATER" "-1"
Unknown arguments specified
Call Stack (most recent call first):
bindings/CMakeLists.txt:92 (FUNCTION_ARG_PARSER)
bindings/CMakeLists.txt:183 (ADD_WXLUABIND_GENERATION)
CMake Error at bindings/CMakeLists.txt:46 (string):
string does not recognize sub-command FIND
Call Stack (most recent call first):
bindings/CMakeLists.txt:92 (FUNCTION_ARG_PARSER)
bindings/CMakeLists.txt:183 (ADD_WXLUABIND_GENERATION)
CMake Warning at bindings/CMakeLists.txt:48 (if):
given arguments:
"GREATER" "-1"
Unknown arguments specified
Call Stack (most recent call first):
bindings/CMakeLists.txt:92 (FUNCTION_ARG_PARSER)
bindings/CMakeLists.txt:183 (ADD_WXLUABIND_GENERATION)
CMake Error at bindings/CMakeLists.txt:46 (string):
string does not recognize sub-command FIND
Call Stack (most recent call first):
bindings/CMakeLists.txt:92 (FUNCTION_ARG_PARSER)
bindings/CMakeLists.txt:183 (ADD_WXLUABIND_GENERATION)
CMake Warning at bindings/CMakeLists.txt:48 (if):
given arguments:
"GREATER" "-1"
Unknown arguments specified
Call Stack (most recent call first):
bindings/CMakeLists.txt:92 (FUNCTION_ARG_PARSER)
bindings/CMakeLists.txt:183 (ADD_WXLUABIND_GENERATION)
CMake Error at bindings/CMakeLists.txt:46 (string):
string does not recognize sub-command FIND
Call Stack (most recent call first):
bindings/CMakeLists.txt:92 (FUNCTION_ARG_PARSER)
bindings/CMakeLists.txt:183 (ADD_WXLUABIND_GENERATION)
CMake Warning at bindings/CMakeLists.txt:48 (if):
given arguments:
"GREATER" "-1"
Unknown arguments specified
Call Stack (most recent call first):
bindings/CMakeLists.txt:92 (FUNCTION_ARG_PARSER)
bindings/CMakeLists.txt:183 (ADD_WXLUABIND_GENERATION)
CMake Error at bindings/CMakeLists.txt:46 (string):
string does not recognize sub-command FIND
Call Stack (most recent call first):
bindings/CMakeLists.txt:92 (FUNCTION_ARG_PARSER)
bindings/CMakeLists.txt:183 (ADD_WXLUABIND_GENERATION)
CMake Warning at bindings/CMakeLists.txt:48 (if):
given arguments:
"GREATER" "-1"
Unknown arguments specified
Call Stack (most recent call first):
bindings/CMakeLists.txt:92 (FUNCTION_ARG_PARSER)
bindings/CMakeLists.txt:183 (ADD_WXLUABIND_GENERATION)
CMake Error at bindings/CMakeLists.txt:46 (string):
string does not recognize sub-command FIND
Call Stack (most recent call first):
bindings/CMakeLists.txt:92 (FUNCTION_ARG_PARSER)
bindings/CMakeLists.txt:183 (ADD_WXLUABIND_GENERATION)
CMake Warning at bindings/CMakeLists.txt:48 (if):
given arguments:
"GREATER" "-1"
Unknown arguments specified
Call Stack (most recent call first):
bindings/CMakeLists.txt:92 (FUNCTION_ARG_PARSER)
bindings/CMakeLists.txt:183 (ADD_WXLUABIND_GENERATION)
CMake Error at bindings/CMakeLists.txt:46 (string):
string does not recognize sub-command FIND
Call Stack (most recent call first):
bindings/CMakeLists.txt:92 (FUNCTION_ARG_PARSER)
bindings/CMakeLists.txt:183 (ADD_WXLUABIND_GENERATION)
CMake Warning at bindings/CMakeLists.txt:48 (if):
given arguments:
"GREATER" "-1"
Unknown arguments specified
Call Stack (most recent call first):
bindings/CMakeLists.txt:92 (FUNCTION_ARG_PARSER)
bindings/CMakeLists.txt:183 (ADD_WXLUABIND_GENERATION)
CMake Error at bindings/CMakeLists.txt:46 (string):
string does not recognize sub-command FIND
Call Stack (most recent call first):
bindings/CMakeLists.txt:92 (FUNCTION_ARG_PARSER)
bindings/CMakeLists.txt:183 (ADD_WXLUABIND_GENERATION)
CMake Warning at bindings/CMakeLists.txt:48 (if):
given arguments:
"GREATER" "-1"
Unknown arguments specified
Call Stack (most recent call first):
bindings/CMakeLists.txt:92 (FUNCTION_ARG_PARSER)
bindings/CMakeLists.txt:183 (ADD_WXLUABIND_GENERATION)
CMake Error at bindings/CMakeLists.txt:46 (string):
string does not recognize sub-command FIND
Call Stack (most recent call first):
bindings/CMakeLists.txt:92 (FUNCTION_ARG_PARSER)
bindings/CMakeLists.txt:183 (ADD_WXLUABIND_GENERATION)
CMake Warning at bindings/CMakeLists.txt:48 (if):
given arguments:
"GREATER" "-1"
Unknown arguments specified
Call Stack (most recent call first):
bindings/CMakeLists.txt:92 (FUNCTION_ARG_PARSER)
bindings/CMakeLists.txt:183 (ADD_WXLUABIND_GENERATION)
CMake Error at bindings/CMakeLists.txt:46 (string):
string does not recognize sub-command FIND
Call Stack (most recent call first):
bindings/CMakeLists.txt:92 (FUNCTION_ARG_PARSER)
bindings/CMakeLists.txt:183 (ADD_WXLUABIND_GENERATION)
CMake Warning at bindings/CMakeLists.txt:48 (if):
given arguments:
"GREATER" "-1"
Unknown arguments specified
Call Stack (most recent call first):
bindings/CMakeLists.txt:92 (FUNCTION_ARG_PARSER)
bindings/CMakeLists.txt:183 (ADD_WXLUABIND_GENERATION)
CMake Error at bindings/CMakeLists.txt:46 (string):
string does not recognize sub-command FIND
Call Stack (most recent call first):
bindings/CMakeLists.txt:92 (FUNCTION_ARG_PARSER)
bindings/CMakeLists.txt:183 (ADD_WXLUABIND_GENERATION)
CMake Warning at bindings/CMakeLists.txt:48 (if):
given arguments:
"GREATER" "-1"
Unknown arguments specified
Call Stack (most recent call first):
bindings/CMakeLists.txt:92 (FUNCTION_ARG_PARSER)
bindings/CMakeLists.txt:183 (ADD_WXLUABIND_GENERATION)
CMake Error at bindings/CMakeLists.txt:46 (string):
string does not recognize sub-command FIND
Call Stack (most recent call first):
bindings/CMakeLists.txt:92 (FUNCTION_ARG_PARSER)
bindings/CMakeLists.txt:183 (ADD_WXLUABIND_GENERATION)
CMake Warning at bindings/CMakeLists.txt:48 (if):
given arguments:
"GREATER" "-1"
Unknown arguments specified
Call Stack (most recent call first):
bindings/CMakeLists.txt:92 (FUNCTION_ARG_PARSER)
bindings/CMakeLists.txt:183 (ADD_WXLUABIND_GENERATION)
CMake Error at bindings/CMakeLists.txt:46 (string):
string does not recognize sub-command FIND
Call Stack (most recent call first):
bindings/CMakeLists.txt:92 (FUNCTION_ARG_PARSER)
bindings/CMakeLists.txt:183 (ADD_WXLUABIND_GENERATION)
CMake Warning at bindings/CMakeLists.txt:48 (if):
given arguments:
"GREATER" "-1"
Unknown arguments specified
Call Stack (most recent call first):
bindings/CMakeLists.txt:92 (FUNCTION_ARG_PARSER)
bindings/CMakeLists.txt:183 (ADD_WXLUABIND_GENERATION)
CMake Error at bindings/CMakeLists.txt:46 (string):
string does not recognize sub-command FIND
Call Stack (most recent call first):
bindings/CMakeLists.txt:92 (FUNCTION_ARG_PARSER)
bindings/CMakeLists.txt:183 (ADD_WXLUABIND_GENERATION)
CMake Warning at bindings/CMakeLists.txt:48 (if):
given arguments:
"GREATER" "-1"
Unknown arguments specified
Call Stack (most recent call first):
bindings/CMakeLists.txt:92 (FUNCTION_ARG_PARSER)
bindings/CMakeLists.txt:183 (ADD_WXLUABIND_GENERATION)
CMake Error at bindings/CMakeLists.txt:46 (string):
string does not recognize sub-command FIND
Call Stack (most recent call first):
bindings/CMakeLists.txt:92 (FUNCTION_ARG_PARSER)
bindings/CMakeLists.txt:183 (ADD_WXLUABIND_GENERATION)
CMake Warning at bindings/CMakeLists.txt:48 (if):
given arguments:
"GREATER" "-1"
Unknown arguments specified
Call Stack (most recent call first):
bindings/CMakeLists.txt:92 (FUNCTION_ARG_PARSER)
bindings/CMakeLists.txt:183 (ADD_WXLUABIND_GENERATION)
CMake Error at bindings/CMakeLists.txt:46 (string):
string does not recognize sub-command FIND
Call Stack (most recent call first):
bindings/CMakeLists.txt:92 (FUNCTION_ARG_PARSER)
bindings/CMakeLists.txt:183 (ADD_WXLUABIND_GENERATION)
CMake Warning at bindings/CMakeLists.txt:48 (if):
given arguments:
"GREATER" "-1"
Unknown arguments specified
Call Stack (most recent call first):
bindings/CMakeLists.txt:92 (FUNCTION_ARG_PARSER)
bindings/CMakeLists.txt:183 (ADD_WXLUABIND_GENERATION)
CMake Error at bindings/CMakeLists.txt:46 (string):
string does not recognize sub-command FIND
Call Stack (most recent call first):
bindings/CMakeLists.txt:92 (FUNCTION_ARG_PARSER)
bindings/CMakeLists.txt:183 (ADD_WXLUABIND_GENERATION)
CMake Warning at bindings/CMakeLists.txt:48 (if):
given arguments:
"GREATER" "-1"
Unknown arguments specified
Call Stack (most recent call first):
bindings/CMakeLists.txt:92 (FUNCTION_ARG_PARSER)
bindings/CMakeLists.txt:183 (ADD_WXLUABIND_GENERATION)
CMake Error at bindings/CMakeLists.txt:46 (string):
string does not recognize sub-command FIND
Call Stack (most recent call first):
bindings/CMakeLists.txt:92 (FUNCTION_ARG_PARSER)
bindings/CMakeLists.txt:183 (ADD_WXLUABIND_GENERATION)
CMake Warning at bindings/CMakeLists.txt:48 (if):
given arguments:
"GREATER" "-1"
Unknown arguments specified
Call Stack (most recent call first):
bindings/CMakeLists.txt:92 (FUNCTION_ARG_PARSER)
bindings/CMakeLists.txt:183 (ADD_WXLUABIND_GENERATION)
CMake Error at bindings/CMakeLists.txt:46 (string):
string does not recognize sub-command FIND
Call Stack (most recent call first):
bindings/CMakeLists.txt:92 (FUNCTION_ARG_PARSER)
bindings/CMakeLists.txt:183 (ADD_WXLUABIND_GENERATION)
CMake Warning at bindings/CMakeLists.txt:48 (if):
given arguments:
"GREATER" "-1"
Unknown arguments specified
Call Stack (most recent call first):
bindings/CMakeLists.txt:92 (FUNCTION_ARG_PARSER)
bindings/CMakeLists.txt:183 (ADD_WXLUABIND_GENERATION)
CMake Error at bindings/CMakeLists.txt:46 (string):
string does not recognize sub-command FIND
Call Stack (most recent call first):
bindings/CMakeLists.txt:92 (FUNCTION_ARG_PARSER)
bindings/CMakeLists.txt:183 (ADD_WXLUABIND_GENERATION)
CMake Warning at bindings/CMakeLists.txt:48 (if):
given arguments:
"GREATER" "-1"
Unknown arguments specified
Call Stack (most recent call first):
bindings/CMakeLists.txt:92 (FUNCTION_ARG_PARSER)
bindings/CMakeLists.txt:183 (ADD_WXLUABIND_GENERATION)
CMake Error at bindings/CMakeLists.txt:46 (string):
string does not recognize sub-command FIND
Call Stack (most recent call first):
bindings/CMakeLists.txt:92 (FUNCTION_ARG_PARSER)
bindings/CMakeLists.txt:183 (ADD_WXLUABIND_GENERATION)
CMake Warning at bindings/CMakeLists.txt:48 (if):
given arguments:
"GREATER" "-1"
Unknown arguments specified
Call Stack (most recent call first):
bindings/CMakeLists.txt:92 (FUNCTION_ARG_PARSER)
bindings/CMakeLists.txt:183 (ADD_WXLUABIND_GENERATION)
CMake Error at bindings/CMakeLists.txt:46 (string):
string does not recognize sub-command FIND
Call Stack (most recent call first):
bindings/CMakeLists.txt:92 (FUNCTION_ARG_PARSER)
bindings/CMakeLists.txt:183 (ADD_WXLUABIND_GENERATION)
CMake Warning at bindings/CMakeLists.txt:48 (if):
given arguments:
"GREATER" "-1"
Unknown arguments specified
Call Stack (most recent call first):
bindings/CMakeLists.txt:92 (FUNCTION_ARG_PARSER)
bindings/CMakeLists.txt:183 (ADD_WXLUABIND_GENERATION)
CMake Error at bindings/CMakeLists.txt:46 (string):
string does not recognize sub-command FIND
Call Stack (most recent call first):
bindings/CMakeLists.txt:92 (FUNCTION_ARG_PARSER)
bindings/CMakeLists.txt:183 (ADD_WXLUABIND_GENERATION)
CMake Warning at bindings/CMakeLists.txt:48 (if):
given arguments:
"GREATER" "-1"
Unknown arguments specified
Call Stack (most recent call first):
bindings/CMakeLists.txt:92 (FUNCTION_ARG_PARSER)
bindings/CMakeLists.txt:183 (ADD_WXLUABIND_GENERATION)
CMake Error at bindings/CMakeLists.txt:46 (string):
string does not recognize sub-command FIND
Call Stack (most recent call first):
bindings/CMakeLists.txt:92 (FUNCTION_ARG_PARSER)
bindings/CMakeLists.txt:183 (ADD_WXLUABIND_GENERATION)
CMake Warning at bindings/CMakeLists.txt:48 (if):
given arguments:
"GREATER" "-1"
Unknown arguments specified
Call Stack (most recent call first):
bindings/CMakeLists.txt:92 (FUNCTION_ARG_PARSER)
bindings/CMakeLists.txt:183 (ADD_WXLUABIND_GENERATION)
Configuring incomplete, errors occurred!
|