-DBUILD_DOC=ON

This commit is contained in:
Las Safin 2021-08-27 20:08:48 +00:00
parent 7ecd0ce2fe
commit ceffebde2e
No known key found for this signature in database
GPG Key ID: E7FA928911B61ED6
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@
preConfigure = ''
cmakeFlagsArray+=(-DCMAKE_MODULE_PATH="$(sed -e 's|:|/share/cmake/Modules;|g' <<< "$CMAKE_PREFIX_PATH:")")
'' + (o.preConfigure or "");
cmakeFlags = [ "-DBUILD_DOC=ON" ] ++ (o.cmakeFlags or []);
});
components = [