LLNL / umap

User-space Page Management
GNU Lesser General Public License v2.1
104 stars 22 forks source link

Adding cmake build option ENABLE_TESTS_LINK_STATIC_UMAP #101

Closed asarkar-parsys closed 4 years ago

asarkar-parsys commented 4 years ago

This allows users option to build any test binaries under umap directory to link against static or dynamic umap libraries. To statically link, use:

cmake3 -DENABLE_TESTS_LINK_STATIC_UMAP=ON

This option is set to OFF by default.