Skip to content

Commit 88246d6

Browse files
authored
Merge pull request #30 from mengler-tomas/master
Updated CMakeLists.txt
2 parents 91812f7 + efc06b0 commit 88246d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ else()
2525
option(LUA_BUILD_COMPILER "Build luac compiler" ON)
2626
endif()
2727

28-
add_subdirectory(lua-${CMAKE_PROJECT_VERSION})
28+
add_subdirectory(lua-${PROJECT_VERSION})
2929

3030
if(LUA_ENABLE_TESTING)
3131
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

Comments
 (0)