Fix build with macOS clang

--HG--
branch : fix_compilation_mac
Guillaume Dupuy 8 years ago
parent d5080e07cb
commit 431e2349d5

@ -1,3 +1,6 @@
IF(APPLE)
add_definitions("-ftemplate-depth=100")
ENDIF()
FILE(GLOB SRC *.cpp *.h)
LIST(REMOVE_ITEM SRC

Loading…
Cancel
Save