Ticket #37833: patch-src-CMakeLists.txt.diff

File patch-src-CMakeLists.txt.diff, 432 bytes (added by laurent.el-shafey@…, 11 years ago)

Disable DAQ submodule

  • src/CMakeLists.txt

    old new  
    7272  set(HAVE_QT4 ON CACHE BOOL "Has Qt4 installed")
    7373  add_subdirectory(visioner)
    7474
    75   if (FFMPEG_FOUND) #daq also needs FFMPEG to be present
    76     add_subdirectory(daq)
    77   endif()
     75  #if (FFMPEG_FOUND) #daq also needs FFMPEG to be present
     76  #  add_subdirectory(daq)
     77  #endif()
    7878
    7979endif()
    8080