From fbfbf6899c323456b8ba2b33daca45b2d37afe6f Mon Sep 17 00:00:00 2001 From: ThePhD Date: Thu, 14 Dec 2023 23:35:25 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20Remove=20main.cpp/scratch=20derp?= =?UTF-8?q?=20from=20CMake=20=F0=9F=98=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ba056511..4b928ae3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -451,6 +451,3 @@ if (FMT_MASTER_PROJECT AND EXISTS ${gitignore}) set(CPACK_RESOURCE_FILE_README ${PROJECT_SOURCE_DIR}/README.md) include(CPack) endif () - -add_executable(scratch main.cpp) -target_link_libraries(scratch PRIVATE fmt::fmt)