File: libunwind.cmake

package info (click to toggle)
madness 0.10.1%2Bgit20200818.eee5fd9f-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 34,948 kB
  • sloc: cpp: 280,841; ansic: 12,626; python: 4,961; fortran: 4,245; xml: 1,053; makefile: 716; sh: 276; perl: 244; yacc: 227; lex: 188; asm: 141; csh: 55
file content (10 lines) | stat: -rw-r--r-- 211 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
if(NOT LIBUNWIND_FOUND AND (ENABLE_LIBUNWIND OR ENABLE_TASK_PROFILER))

  find_package(Libunwind)
    
  # Set the output variables
  if(LIBUNWIND_FOUND)
    set(MADNESS_HAS_LIBUNWIND 1)
  endif()
      
endif()