Fix cmake to skip textual_fspicker check (#121)
This commit is contained in:
committed by
GitHub
orang tua
448e5dfbcb
melakukan
2444c20172
@@ -92,9 +92,9 @@ if(CHECK_PYTHON_DEPS)
|
||||
if(${ARGV0} STREQUAL "pyyaml")
|
||||
set(PACKAGE "yaml")
|
||||
endif()
|
||||
# Skip check for textual-fspicker
|
||||
if(${package} STREQUAL "textual-fspicker")
|
||||
message(STATUS "Skipping check for textual-fspicker")
|
||||
# Skip check for textual_fspicker
|
||||
if(${package} STREQUAL "textual_fspicker")
|
||||
message(STATUS "Skipping check for textual_fspicker")
|
||||
return()
|
||||
endif()
|
||||
execute_process(
|
||||
|
||||
Reference in New Issue
Block a user