Skip to content

Commit

Permalink
#6438: Require libsigc++ 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
codereader committed Jan 13, 2024
1 parent 4bc95e7 commit bbc848f
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 @@ -51,7 +51,7 @@ add_compile_definitions(
# Locate system packages
include(FindPkgConfig)
pkg_check_modules(XML libxml-2.0 REQUIRED)
pkg_check_modules(SIGC sigc++-2.0 REQUIRED)
pkg_check_modules(SIGC sigc++-3.0 REQUIRED)
pkg_check_modules(FTGL ftgl REQUIRED)
pkg_check_modules(FREETYPE freetype2 REQUIRED)
pkg_check_modules(XML libxml-2.0 REQUIRED)
Expand Down

0 comments on commit bbc848f

Please sign in to comment.