Skip to content

Commit

Permalink
simplify to single pc file for single_file and normal
Browse files Browse the repository at this point in the history
  • Loading branch information
phlptp committed Aug 18, 2023
1 parent 757f0e0 commit 1cb7547
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
2 changes: 0 additions & 2 deletions cmake/CLI11GeneratePkgConfig.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
if(CLI11_PRECOMPILED)
configure_file("cmake/CLI11precompiled.pc.in" "CLI11.pc" @ONLY)
elseif(CLI11_SINGLE_FILE)
configure_file("cmake/CLI11single.pc.in" "CLI11.pc" @ONLY)
else()
configure_file("cmake/CLI11.pc.in" "CLI11.pc" @ONLY)
endif()
Expand Down
9 changes: 0 additions & 9 deletions cmake/CLI11single.pc.in

This file was deleted.

0 comments on commit 1cb7547

Please sign in to comment.