Skip to content

Commit

Permalink
⬆️ Require cxxwtl 0.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
heavywatal committed Dec 22, 2023
1 parent 53f5061 commit c26d0e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ function(find_package_or_git package version repo)
add_subdirectory(${subdir} EXCLUDE_FROM_ALL)
endfunction()

find_package_or_git(wtl 0.8.5 heavywatal/cxxwtl)
find_package_or_git(wtl 0.8.6 heavywatal/cxxwtl)
find_package_or_git(clippson 0.8.3 heavywatal/clippson)

option(BUILD_SHARED_LIBS "Build shared libraries" ON)
Expand Down

0 comments on commit c26d0e4

Please sign in to comment.