index
:
minetest.git
gpcf
lifo-fixes
release
modified minetest for gpcfs purposes
gpcf
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
po
/
et
/
minetest.po
diff options
context:
1
2
3
4
# Look for jthread, use our own if not found
FIND_PATH
(
JTHREAD_INCLUDE_DIR
jthread
.
h
)
FIND_LIBRARY
(
JTHREAD_LIBRARY NAMES
jthread
)
IF
(
JTHREAD_LIBRARY AND JTHREAD_INCLUDE_DIR
)
SET
(
JTHREAD_FOUND TRUE
)
ENDIF
(
JTHREAD_LIBRARY AND JTHREAD_INCLUDE_DIR
)
IF
(
JTHREAD_FOUND
)
MESSAGE
(
STATUS
"Found system jthread header file in ${JTHREAD_INCLUDE_DIR}"
)
MESSAGE
(
STATUS
"Found system jthread library ${JTHREAD_LIBRARY}"
)
ELSE
(