We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 439266b commit 79135e6Copy full SHA for 79135e6
CMakeLists.txt
@@ -92,9 +92,9 @@ if(CHECK_PYTHON_DEPS)
92
if(${ARGV0} STREQUAL "pyyaml")
93
set(PACKAGE "yaml")
94
endif()
95
- # Skip check for textual-fspicker
96
- if(${package} STREQUAL "textual-fspicker")
97
- message(STATUS "Skipping check for textual-fspicker")
+ # Skip check for textual_fspicker
+ if(${package} STREQUAL "textual_fspicker")
+ message(STATUS "Skipping check for textual_fspicker")
98
return()
99
100
execute_process(
0 commit comments