mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: vxl-1: Build for C++14.
We need this for itk-snap. * gnu/packages/image-processing.scm (vxl-1)[arguments]: Define CMAKE_CXX_STANDARD. Change-Id: Id4bd6f7721537d9bec7ef1b2854711c3469069b6
This commit is contained in:
parent
295f641702
commit
0b34ff3a45
1 changed files with 3 additions and 3 deletions
|
@ -1313,12 +1313,12 @@ libraries designed for computer vision research and implementation.")
|
|||
"v3p/zlib/"))
|
||||
(substitute* "v3p/CMakeLists.txt"
|
||||
(("add_subdirectory\\((tiff|png|jpeg|zlib|bzlib|geotiff)\\)")
|
||||
""))
|
||||
#t))))
|
||||
""))))))
|
||||
(arguments
|
||||
`(#:configure-flags
|
||||
;; Needed for itk-snap
|
||||
(list "-DVNL_CONFIG_LEGACY_METHODS=ON")))))
|
||||
(list "-DVNL_CONFIG_LEGACY_METHODS=ON"
|
||||
"-DCMAKE_CXX_STANDARD=14")))))
|
||||
|
||||
(define-public insight-toolkit
|
||||
(package
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue