We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df85d48 commit 717e17eCopy full SHA for 717e17e
cpp/CMakeLists.txt
@@ -23,7 +23,7 @@ if(CLANG_FORMAT_EXE)
23
24
endif()
25
26
-execute_process(COMMAND python -c "import importlib; print(importlib.util.find_spec('nvidia') is not None)"
+execute_process(COMMAND python -c "import importlib.util; print(importlib.util.find_spec('nvidia') is not None)"
27
OUTPUT_VARIABLE NVIDIA_AVAILABLE
28
OUTPUT_STRIP_TRAILING_WHITESPACE)
29
if(${NVIDIA_AVAILABLE} STREQUAL "True")
0 commit comments