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 f6f34e2 commit 6371cc7Copy full SHA for 6371cc7
sdf/1.5/CMakeLists.txt
@@ -67,7 +67,7 @@ foreach(FIL ${sdfs})
67
68
add_custom_command(
69
OUTPUT "${CMAKE_CURRENT_BINARY_DIR}/${FIL_WE}.xsd"
70
- COMMAND ${Pyhton3_EXECUTABLE} ${CMAKE_SOURCE_DIR}/tools/xmlschema.py
+ COMMAND ${Python3_EXECUTABLE} ${CMAKE_SOURCE_DIR}/tools/xmlschema.py
71
ARGS --sdf-dir ${CMAKE_CURRENT_SOURCE_DIR} --input-file ${ABS_FIL} --output-dir ${CMAKE_CURRENT_BINARY_DIR}
72
DEPENDS ${ABS_FIL}
73
COMMENT "Running xml schema compiler on ${FIL}"
0 commit comments