From 06f58011405c1504d6a33b9220ce1bd9a6e16f94 Mon Sep 17 00:00:00 2001 From: Kevin Traini Date: Sat, 6 Apr 2024 09:59:32 +0200 Subject: [PATCH] fix: Remove install directive in CMakeLists --- src/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 32a6f014..72338a25 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -7,5 +7,3 @@ add_executable(filc main.cpp) target_link_libraries(filc PRIVATE compiler_lib) target_compile_options(filc PUBLIC -Wall) - -install(TARGETS filc DESTINATION bin)