Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/extern
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2016-05-19 00:36:32 +0300
committerCampbell Barton <ideasman42@gmail.com>2016-05-19 00:36:32 +0300
commit89df6720be8c54d56d64cbecd1440945ad6f5e64 (patch)
tree0f2b651abfb5321e0dc4e24a6c3ec9b79c876c7c /extern
parent20678138f754bc06d406ed4df7d86613f379e5a0 (diff)
CMake: use signed char for recastnavigation
External libraries may need char to be signed.
Diffstat (limited to 'extern')
-rw-r--r--extern/recastnavigation/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/extern/recastnavigation/CMakeLists.txt b/extern/recastnavigation/CMakeLists.txt
index b90a36c0d8f..19ac6e9dde8 100644
--- a/extern/recastnavigation/CMakeLists.txt
+++ b/extern/recastnavigation/CMakeLists.txt
@@ -23,6 +23,8 @@
#
# ***** END GPL LICENSE BLOCK *****
+remove_cc_flag_unsigned_char()
+
set(INC
Recast/Include
Detour/Include