File: config.cmake.in

package info (click to toggle)
lbfgspp 0.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 420 kB
  • sloc: cpp: 2,225; sh: 19; makefile: 4
file content (6 lines) | stat: -rw-r--r-- 145 bytes parent folder | download
1
2
3
4
5
6
# Dependencies
include(CMakeFindDependencyMacro)

find_dependency(Eigen3 3.0 REQUIRED)

include(${CMAKE_CURRENT_LIST_DIR}/lbfgspp-targets.cmake)