From 2444c20172b0aa07b62e524a6f4c5c314a3a86bd Mon Sep 17 00:00:00 2001 From: vedithal-amd Date: Thu, 7 Aug 2025 11:43:22 -0400 Subject: [PATCH] Fix cmake to skip textual_fspicker check (#121) --- projects/rocprofiler-compute/CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/projects/rocprofiler-compute/CMakeLists.txt b/projects/rocprofiler-compute/CMakeLists.txt index 5f0963bbf2..632ae3cef4 100644 --- a/projects/rocprofiler-compute/CMakeLists.txt +++ b/projects/rocprofiler-compute/CMakeLists.txt @@ -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(