You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-lua/luv/files/luv-1.43.0.0-cmake_lua_vers...

14 lines
458 B

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 78c0345..853ba90 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -140,7 +140,7 @@ else (LUA)
if (WIN32)
find_package(Lua REQUIRED)
else()
- find_package(Lua)
+ find_package(Lua ${LUA_VERSION} EXACT REQUIRED)
endif()
if(NOT LUA_INCLUDE_DIR)
message( FATAL_ERROR "Failed to find Lua headers. Variable `LUA_INCLUDE_DIR' expected to be defined.")