--- a/awesomeConfig.cmake +++ b/awesomeConfig.cmake @@ -65,7 +65,7 @@ include(FindPkgConfig) # lua include(FindLua) -if (NOT LUA_FOUND) +if (FALSE) message(FATAL_ERROR "Could not find Lua. See the error above.\n" "You might want to hint it using the LUA_DIR environment variable, "