Ticket #45845: patch-CMakeLists.txt.diff

File patch-CMakeLists.txt.diff, 551 bytes (added by Schamschula (Marius Schamschula), 10 years ago)
  • CMakeLists.txt

    old new  
    7171option(enable-all-swig "Enable all SWIG based interfaces")
    7272option(enable-rvalue "Enable move constructor support (need C++11)" OFF)
    7373option(enable-pthread "Enable POSIX threads support" OFF)
    74 option(enable-openmp "Enable OpenMP support" ON)
     74option(enable-openmp "Enable OpenMP support" OFF)
    7575
    7676if(enable-pthread AND enable-openmp)
    7777        message(SEND_ERROR "You can't enable POSIX threads and OpenMP at the same time!")