From 2d9bf05a073a84e919a8ff6a4f9772086a775302 Mon Sep 17 00:00:00 2001 From: thecppzoo Date: Fri, 21 Jun 2024 11:34:55 -0700 Subject: [PATCH] Update CMakeLists.txt --- test/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 4e0ed6b6..51fe6871 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -42,7 +42,7 @@ if(MSVC) algorithm/cfs.cpp algorithm/quicksort.cpp egyptian.cpp var.cpp - # variant.cpp investigate why this is failing + variant.cpp # investigate why this is failing CopyMoveAbilities.cpp )