From 61dba4e1c93c4f0cdc01c171036d87a3b3fcd214 Mon Sep 17 00:00:00 2001 From: tamasmeszaros Date: Mon, 4 Sep 2023 09:46:39 +0200 Subject: [PATCH] Remove legacy comment --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index aa297b03b1..223af62fd9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -59,7 +59,6 @@ if (APPLE) endif () endif () -# Proposal for C++ unit tests and sandboxes option(SLIC3R_BUILD_SANDBOXES "Build development sandboxes" OFF) option(SLIC3R_BUILD_TESTS "Build unit tests" ON)