From e2232ce2103dfd47ab535faa80ad1b4f899138ba Mon Sep 17 00:00:00 2001 From: Sriram Date: Sat, 14 Sep 2019 19:51:23 +0530 Subject: [PATCH] Included a useful CMAKE flag --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f87a4296de..492e971c57 100644 --- a/README.md +++ b/README.md @@ -164,6 +164,7 @@ Options are specified with the -D flag. The allowed options include: ARMADILLO_LIBRARY=(/path/to/armadillo/libarmadillo.so): Armadillo library BUILD_CLI_EXECUTABLES=(ON/OFF): whether or not to build command-line programs BUILD_PYTHON_BINDINGS=(ON/OFF): whether or not to build Python bindings + PYTHON_EXECUTABLE:FILEPATH=(/path/to/python_version): path to specific python executable BUILD_TESTS=(ON/OFF): whether or not to build tests BUILD_SHARED_LIBS=(ON/OFF): compile shared libraries as opposed to static libraries