~ubuntu-branches/ubuntu/wily/sysdig/wily-proposed

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): Evgeni Golov
  • Date: 2014-07-25 08:38:36 UTC
  • Revision ID: package-import@ubuntu.com-20140725083836-61lru32zm1wqhzg3
Tags: 0.1.86-2
properly install Bash/Zsh completion on !Linux
Closes: #755362

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
 
49
49
        if(CMAKE_SYSTEM_NAME MATCHES "Linux")
50
50
                add_subdirectory(driver)
51
 
                add_subdirectory(scripts)
52
51
                add_definitions(-DHAS_CAPTURE)
53
52
        endif()
54
53
 
 
54
        add_subdirectory(scripts)
 
55
 
55
56
        if(CMAKE_SYSTEM_NAME MATCHES "SunOS")
56
57
                set(CMD_MAKE gmake)
57
58
        else()