diff options
author | Rechi <Rechi@users.noreply.github.com> | 2018-11-17 22:30:54 +0100 |
---|---|---|
committer | Rechi <Rechi@users.noreply.github.com> | 2018-11-17 22:30:54 +0100 |
commit | 9856a219959c7b15fda684de1103775a19834795 (patch) | |
tree | 8cba5d6976a021d0b9c1ac1c81ff5729e4b659dc /cmake | |
parent | df8b69538deefb7dd94fe1bf5a3090cec81bacf9 (diff) |
[fix] remove outdated JsonSchemaBuilder executable after 6945a194de
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/modules/FindJsonSchemaBuilder.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/modules/FindJsonSchemaBuilder.cmake b/cmake/modules/FindJsonSchemaBuilder.cmake index b930a165c6..094c2faaf8 100644 --- a/cmake/modules/FindJsonSchemaBuilder.cmake +++ b/cmake/modules/FindJsonSchemaBuilder.cmake @@ -16,7 +16,7 @@ if(NOT TARGET JsonSchemaBuilder::JsonSchemaBuilder) add_executable(JsonSchemaBuilder::JsonSchemaBuilder IMPORTED GLOBAL) set_target_properties(JsonSchemaBuilder::JsonSchemaBuilder PROPERTIES IMPORTED_LOCATION "${NATIVEPREFIX}/bin/JsonSchemaBuilder") - elseif(CORE_SYSTEM_NAME STREQUAL windows OR CORE_SYSTEM_NAME STREQUAL windowsstore) + elseif(CORE_SYSTEM_NAME STREQUAL windowsstore) add_executable(JsonSchemaBuilder::JsonSchemaBuilder IMPORTED GLOBAL) set_target_properties(JsonSchemaBuilder::JsonSchemaBuilder PROPERTIES IMPORTED_LOCATION "${DEPENDENCIES_DIR}/bin/json-rpc/JsonSchemaBuilder") |