Skip to content

Commit 6371cc7

Browse files
authored
Correct spelling of Python variable in CMake (#1319)
Pyhton -> Python Signed-off-by: Michael Carroll <[email protected]>
1 parent f6f34e2 commit 6371cc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdf/1.5/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ foreach(FIL ${sdfs})
6767

6868
add_custom_command(
6969
OUTPUT "${CMAKE_CURRENT_BINARY_DIR}/${FIL_WE}.xsd"
70-
COMMAND ${Pyhton3_EXECUTABLE} ${CMAKE_SOURCE_DIR}/tools/xmlschema.py
70+
COMMAND ${Python3_EXECUTABLE} ${CMAKE_SOURCE_DIR}/tools/xmlschema.py
7171
ARGS --sdf-dir ${CMAKE_CURRENT_SOURCE_DIR} --input-file ${ABS_FIL} --output-dir ${CMAKE_CURRENT_BINARY_DIR}
7272
DEPENDS ${ABS_FIL}
7373
COMMENT "Running xml schema compiler on ${FIL}"

0 commit comments

Comments
 (0)