Skip to content

Commit 5509caf

Browse files
committed
Remove unused META_CONFIG_PREFIX
This variable was never actually used. I suppose I've been adding it for places where the config should be added as a prefix. However, this would be inconsistent and now would also mean a confusing overlap with the namespacing feature. So let's just remove it.
1 parent 072b7b5 commit 5509caf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cmake/modules/BasicConfig.cmake

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ else ()
5252
set(META_CONFIG_NAME "${CONFIGURATION_NAME}")
5353
endif ()
5454
if (META_CONFIG_NAME)
55-
set(META_CONFIG_PREFIX "${META_CONFIG_NAME}-")
5655
set(META_CONFIG_SUFFIX "-${META_CONFIG_NAME}")
5756
endif ()
5857
if (CONFIGURATION_DISPLAY_NAME)

0 commit comments

Comments
 (0)