Skip to content

Commit 733f93f

Browse files
author
Thomas Kiley
committed
Attempt to fix the presumed problem
1 parent 3673144 commit 733f93f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

regression/validate-trace-xml-schema/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ else()
2020
if(NOT ${PYTHONINTERP_FOUND})
2121
message(WARNING "Python >= 3.5 not found, trace schema tests will fail")
2222
endif()
23-
if(NOT XMLLINT)
23+
if(NOT (${XMLLINT}))
2424
message(WARNING "xmllint not found, trace schema tests will fail")
2525
endif()
2626
endif()

0 commit comments

Comments
 (0)