From f44ecaa4f27e7538ddcad66d40e543bffa2d2d86 Mon Sep 17 00:00:00 2001 From: manuel Date: Sun, 4 Jun 2017 16:57:49 +0200 Subject: sync with upstream --- project/cmake/modules/FindJsonSchemaBuilder.cmake | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 project/cmake/modules/FindJsonSchemaBuilder.cmake (limited to 'project/cmake/modules/FindJsonSchemaBuilder.cmake') diff --git a/project/cmake/modules/FindJsonSchemaBuilder.cmake b/project/cmake/modules/FindJsonSchemaBuilder.cmake deleted file mode 100644 index ecff1e4..0000000 --- a/project/cmake/modules/FindJsonSchemaBuilder.cmake +++ /dev/null @@ -1,21 +0,0 @@ -#.rst: -# FindJsonSchemaBuilder -# --------------------- -# Finds the JsonSchemaBuilder -# -# This will define the following (imported) targets:: -# -# JsonSchemaBuilder::JsonSchemaBuilder - The JsonSchemaBuilder executable - -if(NOT TARGET JsonSchemaBuilder::JsonSchemaBuilder) - if(CMAKE_CROSSCOMPILING) - add_executable(JsonSchemaBuilder::JsonSchemaBuilder IMPORTED GLOBAL) - set_target_properties(JsonSchemaBuilder::JsonSchemaBuilder PROPERTIES - IMPORTED_LOCATION "${NATIVEPREFIX}/bin/JsonSchemaBuilder") - set_target_properties(JsonSchemaBuilder::JsonSchemaBuilder PROPERTIES FOLDER Tools) - else() - add_subdirectory(${CORE_SOURCE_DIR}/tools/depends/native/JsonSchemaBuilder build/jsonschemabuilder) - add_executable(JsonSchemaBuilder::JsonSchemaBuilder ALIAS JsonSchemaBuilder) - set_target_properties(JsonSchemaBuilder PROPERTIES FOLDER Tools) - endif() -endif() -- cgit v1.2.3