gnu: googletest: Build shared libraries.

* gnu/packages/check.scm (googletest)[arguments]: Pass "-DBUILD_SHARED_LIBS=ON"
  in #:configure-flags.
master
Manolis Ragkousis 2017-08-06 17:07:17 +03:00
parent c608fe8cf3
commit 2d5bf32b8a
No known key found for this signature in database
GPG Key ID: 327C1EF38DF54C32
1 changed files with 2 additions and 0 deletions

View File

@ -213,6 +213,8 @@ normally do not detect. The goal is to detect only real errors in the code
(base32
"1n5p1m2m3fjrjdj752lf92f9wq3pl5cbsfrb49jqbg52ghkz99jq"))))
(build-system cmake-build-system)
(arguments
`(#:configure-flags '("-DBUILD_SHARED_LIBS=ON")))
(native-inputs
`(("python-2" ,python-2)))
(home-page "https://github.com/google/googletest/")