Laurens Voerman, "my cmake (2.8.10.2 generating for Visual Studio 11 Win64) doesn't like

include(${CMAKE_MODULE_PATH}/FindPackageHandleStandardArgs.cmake)
in CMakeModules/FindLua52.cmake
changing to a more common
    include(FindPackageHandleStandardArgs)
solves my problem."
This commit is contained in:
Robert Osfield 2013-10-10 14:41:41 +00:00
parent 4e4d2b35cf
commit 0dc55ebc86

View File

@ -71,7 +71,7 @@ if(LUA_INCLUDE_DIR AND EXISTS "${LUA_INCLUDE_DIR}/lua.h")
endif()
include(${CMAKE_MODULE_PATH}/FindPackageHandleStandardArgs.cmake)
include(FindPackageHandleStandardArgs)
# handle the QUIETLY and REQUIRED arguments and set LUA_FOUND to TRUE if
# all listed variables are TRUE