Skip to content
This repository has been archived by the owner on Jun 29, 2024. It is now read-only.

Commit

Permalink
fix: Remove install directive in CMakeLists
Browse files Browse the repository at this point in the history
  • Loading branch information
Gashmob committed Apr 6, 2024
1 parent e010224 commit 06f5801
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 06f5801

Please sign in to comment.