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)