CMakeLists.txt
changeset 14461 9844450389a4
parent 14441 23326691af27
child 14858 13589d529899
equal deleted inserted replaced
14460:3897da404301 14461:9844450389a4
    69     set(target_library_install_dir "lib" CACHE PATH "install dest for libs")
    69     set(target_library_install_dir "lib" CACHE PATH "install dest for libs")
    70 endif()
    70 endif()
    71 
    71 
    72 if("${CMAKE_SIZEOF_VOID_P}" EQUAL "4" AND UNIX AND NOT APPLE)
    72 if("${CMAKE_SIZEOF_VOID_P}" EQUAL "4" AND UNIX AND NOT APPLE)
    73     set(BUILD_ENGINE_C ON CACHE STRING "PAS2C force-enabled due to a freepascal 32 bit alignment bug" FORCE)
    73     set(BUILD_ENGINE_C ON CACHE STRING "PAS2C force-enabled due to a freepascal 32 bit alignment bug" FORCE)
    74 endif()
       
    75 if(BUILD_ENGINE_C)
       
    76     set(NOVIDEOREC ON CACHE STRING "PAS2C does not support video recording at present" FORCE)
       
    77 endif()
    74 endif()
    78 
    75 
    79 #system paths for finding required fonts (see share/hedgewars/Data/fonts)
    76 #system paths for finding required fonts (see share/hedgewars/Data/fonts)
    80 #subdirectories will NOT be searched.
    77 #subdirectories will NOT be searched.
    81 #all fonts that can't be found will be bundled with hedgewars
    78 #all fonts that can't be found will be bundled with hedgewars