diff --git a/cmake/dotnet.cmake b/cmake/dotnet.cmake index 5341c72d2e..780731d24b 100644 --- a/cmake/dotnet.cmake +++ b/cmake/dotnet.cmake @@ -65,5 +65,5 @@ add_custom_target(dotnet_package ALL # Test if(BUILD_TESTING) - add_subdirectory(examples/dotnet) + #add_subdirectory(examples/dotnet) endif() diff --git a/cmake/java.cmake b/cmake/java.cmake index c4737d5ef0..7b385e7b35 100644 --- a/cmake/java.cmake +++ b/cmake/java.cmake @@ -65,5 +65,5 @@ add_custom_target(java_package ALL # Test if(BUILD_TESTING) - add_subdirectory(examples/java) + #add_subdirectory(examples/java) endif()