Skip to content

Commit

Permalink
Fix CMakelint
Browse files Browse the repository at this point in the history
  • Loading branch information
Mab879 committed Jun 8, 2023
1 parent 4710492 commit 0205fbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ if(PY_CMAKELINT)
)
endif()

if (PYTHON_VERSION_MAJOR GREATER 2)
if(PYTHON_VERSION_MAJOR GREATER 2)
add_test(
NAME "install-vm"
COMMAND env "PYTHONPATH=$ENV{PYTHONPATH}" "${PYTHON_EXECUTABLE}" "${CMAKE_SOURCE_DIR}/tests/install_vm.py" "--help"
Expand Down

0 comments on commit 0205fbe

Please sign in to comment.