mirror of
https://github.com/eclipse/upm.git
synced 2025-03-14 20:47:30 +03:00
tests: Default ctest option to off
The UPM ctests require python which will fail cmake configure if not available. Defaulting to OFF for now. Signed-off-by: Noel Eck <noel.eck@intel.com>
This commit is contained in:
parent
8820fd159a
commit
e21e05a039
@ -12,7 +12,7 @@ option (BUILDEXAMPLES "Build C/C++ example binaries" OFF)
|
||||
option (BUILDJAVAEXAMPLES "Build java example jars" OFF)
|
||||
option (IPK "Generate IPK using CPack" OFF)
|
||||
option (RPM "Generate RPM using CPack" OFF)
|
||||
option (BUILDTESTS "Generate check-ups for upm" ON)
|
||||
option (BUILDTESTS "Generate check-ups for upm" OFF)
|
||||
option (WERROR "Make all warnings into errors." OFF)
|
||||
|
||||
# Warn if building in source root
|
||||
|
Loading…
x
Reference in New Issue
Block a user