Skip to content

Commit 90c6e68

Browse files
committed
Minor fix to get xsd_bindings in the Code Generators in MSVC
1 parent 3291da2 commit 90c6e68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/biogears/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ add_custom_target(xsd_bindings
5959
COMMENT "Generates XML Bindings from XSD Files"
6060
DEPENDS ${XSD_SRCS} ${XSD_HDRS}
6161
)
62-
set_target_properties(xsd_bindings PROPERTIES Folder "Code Generators")
62+
set_target_properties(xsd_bindings PROPERTIES FOLDER "Code Generators")
6363
configure_file( ${CMAKE_CURRENT_SOURCE_DIR}/libBiogears/src/version.cpp.in ${CMAKE_CURRENT_BINARY_DIR}/libBiogears/src/version.cpp NEWLINE_STYLE LF)
6464
###############################################################################
6565
#Sorce and Header Defines

0 commit comments

Comments
 (0)