You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
VP_OPTION(BUILD_COVERAGE"""""Enables test coverage"""OFFIF (BUILD_TESTSAND (CMAKE_COMPILER_IS_GNUCXXORCMAKE_COMPILER_IS_CLANGCXX)))
488
488
489
489
# Build java as an option
490
-
VP_OPTION(BUILD_JAVA"""""Enable Java support""" (ANDROIDORNOTCMAKE_CROSSCOMPILING) IF (ANDROIDOR (NOTAPPLE_FRAMEWORKANDNOTWINRT)) )
490
+
VP_OPTION(BUILD_JAVA"""""Enable Java support""" (ANDROIDORNOTCMAKE_CROSSCOMPILING) IF (ANDROIDOR ((NOTAPPLE_FRAMEWORKANDNOTWINRT)) ANDNOT (VISP_CXX_STANDARDLESSVISP_CXX_STANDARD_11)) )
491
491
VP_OPTION(BUILD_FAT_JAVA_LIB"""""Create Java wrapper exporting all functions of ViSP library (requires static build of ViSP modules)"""ANDROIDIFNOTBUILD_SHARED_LIBS)
492
492
VP_OPTION(BUILD_ANDROID_SERVICE"""""Build ViSP Manager for Google Play"""OFFIFANDROID )
VP_OPTION(USE_UR_RTDEur_rtdeQUIET"Include Universal Robot RTDE C++ interface support for UR robots"""ONIFNOTWINRTANDNOTIOS)
601
+
VP_OPTION(USE_UR_RTDEur_rtdeQUIET"Include Universal Robot RTDE C++ interface support for UR robots"""ONIFNOTWINRTANDNOTIOSANDNOT (USE_CXX_STANDARDSTREQUAL"98"))
602
602
VP_OPTION(USE_VIRTUOSEVirtuose"""Include Virtuose SDK support for Haption devices"""ONIFNOTWINRT)
message(WARNING"Vicon SDK 3rd party was detected and needs at least c++11 standard compiler flag while you have set c++${USE_CXX_STANDARD}. Thus we disable vicon usage turning USE_VICON=OFF.")
message(WARNING"Qualisys SDK 3rd party was detected and needs at least c++11 standard compiler flag while you have set c++${USE_CXX_STANDARD}. Thus we disable qualisys usage turning USE_QUALISYS=OFF.")
0 commit comments