From 62e8884d3f8be6cce8bde32a3f6eb499b4e38758 Mon Sep 17 00:00:00 2001 From: Kyle Edwards Date: Thu, 2 Feb 2023 13:54:17 -0500 Subject: CTestTargets: Use $ instead of ${CMAKE_CFG_INTDIR} --- Modules/CTestTargets.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/CTestTargets.cmake b/Modules/CTestTargets.cmake index b91b48e..99ef8e5 100644 --- a/Modules/CTestTargets.cmake +++ b/Modules/CTestTargets.cmake @@ -41,7 +41,7 @@ set(__conf_types "") get_property(_isMultiConfig GLOBAL PROPERTY GENERATOR_IS_MULTI_CONFIG) if(_isMultiConfig) # We need to pass the configuration type on the test command line. - set(__conf_types -C "${CMAKE_CFG_INTDIR}") + set(__conf_types -C "$") endif() # Add convenience targets. Do this at most once in case of nested -- cgit v0.12