Skip to content

Commit 0242f16

Browse files
committed
Re-enable glibmm for core
1 parent d4b09a0 commit 0242f16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ configure_file(
3535
find_package(Boost 1.53 COMPONENTS system)
3636

3737
# Find glibmm (for base64)
38-
# This is now disabled because we had issues on Conda, where glibmm in some
39-
# find_package(GLIBMM REQUIRED)
38+
# Conda will probably go belly-up again...
39+
find_package(GLIBMM REQUIRED)
4040

4141
# GMPXX
4242
find_package(GMPXX REQUIRED)

0 commit comments

Comments
 (0)