From b8389c71348bee12c60d77f2b4c240670e931ea2 Mon Sep 17 00:00:00 2001 From: John Wellbelove Date: Wed, 12 Aug 2020 10:23:56 +0100 Subject: [PATCH] Github actions for MSVC --- test/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index a948bccd..253740f0 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -4,6 +4,7 @@ project(etl_unit_tests) add_definitions(-DETL_DEBUG) if (NO_STL EQUAL 1) + message(STATUS "Compiling for No STL") add_definitions(-DETL_NO_STL) endif()