View | Details | Raw Unified | Return to bug 218345 | Differences between
and this patch

Collapse All | Expand All

(-)CMakeLists.txt (+3 lines)
Lines 52-57 ENDIF () Link Here
52
  # endif()
52
  # endif()
53
# endif()
53
# endif()
54
54
55
if ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "Clang")
56
    set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -ftemplate-depth=1024")
57
endif()
55
##################################################
58
##################################################
56
#
59
#
57
#     search for dependencies
60
#     search for dependencies

Return to bug 218345