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)