projects
/
oweals
/
minetest.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc19bcc
)
fixed CMakeLists.txt syntax (removed additional ,)
author
Perttu Ahola
<celeron55@gmail.com>
Mon, 14 Feb 2011 17:42:43 +0000
(19:42 +0200)
committer
Perttu Ahola
<celeron55@gmail.com>
Mon, 14 Feb 2011 17:42:43 +0000
(19:42 +0200)
src/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/src/CMakeLists.txt
b/src/CMakeLists.txt
index b8a36918768e44c80ff75136cb16f60baef7838f..7fefc0238d91b298dc11396a58fcaecbff671e4d 100644
(file)
--- 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()