Skip to content

Commit

Permalink
Merge branch 'release/0.4.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
coord-e committed Feb 3, 2019
2 parents a4348aa + 9875ed7 commit d35bd0c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/image-scripts/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ function build_package() {
}

build_package deb deb ${VERSION} -d "libprotobuf10 (>= 3.0.0) | libprotobuf17 (>= 3.0.0)"
build_package pacman pkg.tar.xz ${VERSION//[^[:alnum:].]/} -d "protobuf >= 3.0.0"
build_package pacman pkg.tar.xz ${VERSION//[^[:alnum:].]/} -d "protobuf"
4 changes: 3 additions & 1 deletion config/flomConfig.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@ set(flom_DETAILED_VERSION @flom_DETAILED_VERSION@)

find_package (Eigen3 REQUIRED NO_MODULE)

set_and_check(flom_INCLUDE_DIR "@PACKAGE_INCLUDE_INSTALL_DIR@ ${EIGEN3_INCLUDE_DIR}")
set_and_check(flom_INCLUDE_DIR "@PACKAGE_INCLUDE_INSTALL_DIR@")
set_and_check(flom_LIB_DIR "@PACKAGE_LIB_INSTALL_DIR@")

list(APPEND flom_INCLUDE_DIR ${EIGEN3_INCLUDE_DIR})

set(flom_LIBRARIES flom)

check_required_components(flom)

0 comments on commit d35bd0c

Please sign in to comment.