diff --git a/CMake/FileUtilities.cmake b/CMake/FileUtilities.cmake index b879b3bb8932f5690d9c6c50aabf12b1e673bd8d..fd9d541a412770cf888b74f3e66b0267e04e5214 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()