mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 01:09:50 +00:00
Fix build with macOS clang
--HG-- branch : fix_compilation_mac
This commit is contained in:
parent
d5080e07cb
commit
431e2349d5
1 changed files with 3 additions and 0 deletions
|
@ -1,3 +1,6 @@
|
|||
IF(APPLE)
|
||||
add_definitions("-ftemplate-depth=100")
|
||||
ENDIF()
|
||||
FILE(GLOB SRC *.cpp *.h)
|
||||
|
||||
LIST(REMOVE_ITEM SRC
|
||||
|
|
Loading…
Reference in a new issue