We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4b09a0 commit 0242f16Copy full SHA for 0242f16
core/CMakeLists.txt
@@ -35,8 +35,8 @@ configure_file(
35
find_package(Boost 1.53 COMPONENTS system)
36
37
# Find glibmm (for base64)
38
-# This is now disabled because we had issues on Conda, where glibmm in some
39
-# find_package(GLIBMM REQUIRED)
+# Conda will probably go belly-up again...
+find_package(GLIBMM REQUIRED)
40
41
# GMPXX
42
find_package(GMPXX REQUIRED)
0 commit comments