From: Perttu Ahola Date: Mon, 14 Feb 2011 17:42:43 +0000 (+0200) Subject: fixed CMakeLists.txt syntax (removed additional ,) X-Git-Tag: 0.2.20110731_3~372 X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=9a58749347f9eb0e2c8d38058c10deb0cae57a45;p=minetest.git fixed CMakeLists.txt syntax (removed additional ,) --- diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index b8a369187..7fefc0238 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -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()