• Show log

    Commit

  • Hash : bda62f7f
    Author : kinichiro
    Date : 2016-04-11T12:59:23

    add cmake build options
    
    - add cmake build options as configure provides
      * -DENABLE_ASM (default ON)
      * -DENABLE_EXTRATESTS (default OFF)
      * -DENABLE_NC (default OFF)
      * -DOPENSSLDIR (default ${CMAKE_INSTALL_PREFIX}/etc/ssl)
    
    - add biotest and pidwraptest if ENABLE_EXTRATESTS is ON
    
    - add compiler flag `-fno-common` if CMAKE_SYSTEM_NAME is Darwin
      to prevent link error Undefined symbols "_OPENSSL_ia32cap_P"