mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-22 04:55:48 +03:00
5b3f0aad3d
Unit testing is disabled by default.
2 lines
99 B
CMake
2 lines
99 B
CMake
option(WITH_LOG4C "Build csync without log4c" ON)
|
|
option(UNIT_TESTING "Build with unit tests" OFF)
|