Skip to content

Commit

Permalink
restore example
Browse files Browse the repository at this point in the history
  • Loading branch information
jcar87 committed Jul 20, 2023
1 parent 21ec2a1 commit dd8d5e5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions example/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ project(FormatOutput LANGUAGES CXX)
set(CMAKE_CXX_STANDARD 14)

find_package(fmt REQUIRED)
find_package(Threads REQUIRED)
find_package(BZip2 REQUIRED MODULE)

add_executable(main main.cpp)
target_link_libraries(main PRIVATE fmt::fmt)
1 change: 0 additions & 1 deletion example/conanfile.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[requires]
fmt/9.1.0
bzip2/1.0.8

[layout]
cmake_layout

0 comments on commit dd8d5e5

Please sign in to comment.