We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 91812f7 + efc06b0 commit 88246d6Copy full SHA for 88246d6
CMakeLists.txt
@@ -25,7 +25,7 @@ else()
25
option(LUA_BUILD_COMPILER "Build luac compiler" ON)
26
endif()
27
28
-add_subdirectory(lua-${CMAKE_PROJECT_VERSION})
+add_subdirectory(lua-${PROJECT_VERSION})
29
30
if(LUA_ENABLE_TESTING)
31
add_test(NAME lua-testsuite COMMAND lua -e "_U=true" all.lua WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/lua-${CMAKE_PROJECT_VERSION}-tests)
0 commit comments