DefineOptions.cmake 189 B

12345
  1. if ( NOT WIN32 )
  2. option(WITH_ICONV "Build csync with iconv support" ON)
  3. endif()
  4. option(UNIT_TESTING "Build with unit tests" OFF)
  5. option(MEM_NULL_TESTS "Enable NULL memory testing" OFF)