From aad09fbe723a0ece9a03ddc973e7da196716bc2c Mon Sep 17 00:00:00 2001 From: "GITLAB-RUNNER03\\runner" <petes@irmb.tu-bs.de> Date: Mon, 8 Jan 2024 17:09:04 +0100 Subject: [PATCH] Remove prefix --- CMake/FileUtilities.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMake/FileUtilities.cmake b/CMake/FileUtilities.cmake index b879b3bb8..fd9d541a4 100644 --- a/CMake/FileUtilities.cmake +++ b/CMake/FileUtilities.cmake @@ -94,7 +94,7 @@ function(createSourceGroups file_paths) get_filename_component(path ${file_path} DIRECTORY) if (path) - source_group(TREE ${CMAKE_CURRENT_SOURCE_DIR} PREFIX "general" FILES ${file_path}) + source_group(TREE ${CMAKE_CURRENT_SOURCE_DIR} FILES ${file_path}) endif() endforeach() -- GitLab