Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fleur
fleur
Commits
565fdad2
Commit
565fdad2
authored
Jan 23, 2019
by
Matthias Redies
Browse files
this way the backup solution works multiple times
parent
b0a2ce51
Changes
1
Hide whitespace changes
Inline
Side-by-side
cmake/Generate_Schema.cmake
View file @
565fdad2
...
...
@@ -9,7 +9,7 @@ if (XXD_PROG)
else
()
ADD_CUSTOM_COMMAND
(
OUTPUT
${
CMAKE_SOURCE_DIR
}
/io/xml/inputSchema.h
COMMAND
mv
${
CMAKE_SOURCE_DIR
}
/io/xml/inputSchema.h.backup
${
CMAKE_SOURCE_DIR
}
/io/xml/inputSchema.h
COMMAND
cp
${
CMAKE_SOURCE_DIR
}
/io/xml/inputSchema.h.backup
${
CMAKE_SOURCE_DIR
}
/io/xml/inputSchema.h
COMMENT
"No xxd found using backup"
)
message
(
"No xxd command found! Using backup of inputSchema.h"
)
endif
()
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment