Skip to content

Commit

Permalink
Small changes to fix installation
Browse files Browse the repository at this point in the history
  • Loading branch information
Codermann63 authored and trolando committed Dec 22, 2023
1 parent c1fceac commit 2d2c505
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ if(${CMAKE_VERSION} VERSION_GREATER_EQUAL "3.24")
FetchContent_Declare(
lace
GIT_REPOSITORY https://github.com/trolando/lace.git
GIT_TAG v1.4.1
GIT_TAG v1.4.2
FIND_PACKAGE_ARGS
)
else()
FetchContent_Declare(
lace
GIT_REPOSITORY https://github.com/trolando/lace.git
GIT_TAG v1.4.1
GIT_TAG v1.4.2
)
endif()
FetchContent_MakeAvailable(lace)
Expand Down
2 changes: 1 addition & 1 deletion src/sylvan.pc.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ URL: @PROJECT_HOMEPAGE_URL@
Version: @PROJECT_VERSION@
Cflags: -I${includedir}
Libs: -L${libdir} -lsylvan @PKGC_LINK_GMP@
Requires: lace>=1.4.2
Requires: lace >= 1.4.2

0 comments on commit 2d2c505

Please sign in to comment.