1
0
mirror of https://github.com/moparisthebest/minetest synced 2024-08-13 16:53:49 -04:00

fixed CMakeLists.txt syntax (removed additional ,)

This commit is contained in:
Perttu Ahola 2011-02-14 19:42:43 +02:00
parent fc19bcc942
commit 9a58749347

View File

@ -36,7 +36,7 @@ else()
set(PLATFORM_LIBS -lpthread)
#set(CLIENT_PLATFORM_LIBS -lXxf86vm)
# This way Xxf86vm is found on OpenBSD too
find_library(XXF86VM_LIBRARY, Xxf86vm)
find_library(XXF86VM_LIBRARY Xxf86vm)
set(CLIENT_PLATFORM_LIBS ${XXF86VM_LIBRARY})
endif()