From d1a2ed63c0c0a59deb6035cd0efc84c51cc01f8b Mon Sep 17 00:00:00 2001 From: Chris Pavlina Date: Wed, 22 Feb 2017 19:45:52 -0500 Subject: [PATCH] Add gal as dependency of common This is required due to the use of COLOR4D in common --- common/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt index 9c51ecca7e..a6dcc60854 100644 --- a/common/CMakeLists.txt +++ b/common/CMakeLists.txt @@ -309,6 +309,7 @@ add_library( common STATIC ${COMMON_SRCS} ) add_dependencies( common lib-dependencies ) add_dependencies( common version_header ) target_link_libraries( common + gal ${Boost_LIBRARIES} ${CURL_LIBRARIES} ${OPENSSL_LIBRARIES} # empty on Apple