From bfe57e44870d76a2fb47ae8ac0d63da8518fecf4 Mon Sep 17 00:00:00 2001 From: Eric Mertens Date: Wed, 9 Nov 2022 23:20:06 -0800 Subject: [PATCH] noboost --- 2019/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2019/CMakeLists.txt b/2019/CMakeLists.txt index f91ac7d..504fee5 100644 --- a/2019/CMakeLists.txt +++ b/2019/CMakeLists.txt @@ -35,7 +35,7 @@ add_executable(13 13.cpp) target_link_libraries(13 aocpp intcode) add_executable(14 14.cpp) -target_link_libraries(14 aocpp Boost::boost) +target_link_libraries(14 aocpp) add_executable(15 15.cpp) target_link_libraries(15 aocpp intcode)