We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3291da2 commit 90c6e68Copy full SHA for 90c6e68
projects/biogears/CMakeLists.txt
@@ -59,7 +59,7 @@ add_custom_target(xsd_bindings
59
COMMENT "Generates XML Bindings from XSD Files"
60
DEPENDS ${XSD_SRCS} ${XSD_HDRS}
61
)
62
-set_target_properties(xsd_bindings PROPERTIES Folder "Code Generators")
+set_target_properties(xsd_bindings PROPERTIES FOLDER "Code Generators")
63
configure_file( ${CMAKE_CURRENT_SOURCE_DIR}/libBiogears/src/version.cpp.in ${CMAKE_CURRENT_BINARY_DIR}/libBiogears/src/version.cpp NEWLINE_STYLE LF)
64
###############################################################################
65
#Sorce and Header Defines
0 commit comments