Vitalio

Results 142 comments of Vitalio

Thanks. ``` -DCMAKE_INSTALL_PREFIX=/nix/store/86dhaq2f3kh3fy5ck8szj7xl68lhagii-liboqs-0.10.0 -DCMAKE_INSTALL_LIBDIR=/nix/store/86dhaq2f3kh3fy5ck8szj7xl68lhagii-liboqs-0.10.0/lib ``` So CMAKE_INSTALL_LIBDIR with absolute path is added automatically by Nix build system. But this is "not recommended" is the docs. Perhaps, bug report should be...

JFYI > ps. I am curious how other Nix packages workaround this issue. Looking at https://github.com/NixOS/nixpkgs I see a lot of setting like this (overriding default values): ``` cmakeFlags =...