CMake: comment examples/java and examples/dotnet

no support yet so avoid to crash the configure...
This commit is contained in:
Corentin Le Molgat
2020-02-20 16:54:19 +01:00
parent 86a5d0cc85
commit 5acf9c6db9
2 changed files with 2 additions and 2 deletions

View File

@@ -65,5 +65,5 @@ add_custom_target(dotnet_package ALL
# Test
if(BUILD_TESTING)
add_subdirectory(examples/dotnet)
#add_subdirectory(examples/dotnet)
endif()

View File

@@ -65,5 +65,5 @@ add_custom_target(java_package ALL
# Test
if(BUILD_TESTING)
add_subdirectory(examples/java)
#add_subdirectory(examples/java)
endif()