Advertisement
Guest User

evernus CMakeLists.patch

a guest
Oct 1st, 2017
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CMake 0.41 KB | None | 0 0
  1. --- CMakeLists.txt  2017-09-29 17:04:44.000000000 +0100
  2. +++ CMakeLists-new.txt  2017-10-01 21:59:15.678870568 +0100
  3. @@ -12,7 +12,7 @@
  4.  set(MAJOR_VERSION "2")
  5.  set(MINOR_VERSION "12")
  6.  
  7. -option(EVERNUS_CREATE_DUMPS "create crash dumps using Google Breakpad" ON)
  8. +option(EVERNUS_CREATE_DUMPS "create crash dumps using Google Breakpad" OFF)
  9.  
  10.  find_package(Boost REQUIRED)
  11.  find_package(Qt5Concurrent REQUIRED)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement