Skip to content

Commit 79135e6

Browse files
Fix cmake to skip textual_fspicker check
[rocm-systems] ROCm/rocm-systems#121 (commit 2444c20)
1 parent 439266b commit 79135e6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,9 @@ if(CHECK_PYTHON_DEPS)
9292
if(${ARGV0} STREQUAL "pyyaml")
9393
set(PACKAGE "yaml")
9494
endif()
95-
# Skip check for textual-fspicker
96-
if(${package} STREQUAL "textual-fspicker")
97-
message(STATUS "Skipping check for textual-fspicker")
95+
# Skip check for textual_fspicker
96+
if(${package} STREQUAL "textual_fspicker")
97+
message(STATUS "Skipping check for textual_fspicker")
9898
return()
9999
endif()
100100
execute_process(

0 commit comments

Comments
 (0)