Erez Karpas
Results
1
comments of
Erez Karpas
[add_static_option.diff.gz](https://github.com/KCL-Planning/VAL/files/6759913/add_static_option.diff.gz) The attached diff modifies the CMake config to enable a static build. To build statically, use: mkdir build_static cmake -DCMAKE_STATIC=True .. make I have only tested this on my...