Included a useful CMAKE flag

This commit is contained in:
Sriram
2019-09-14 19:51:23 +05:30
parent a14a5259a0
commit e2232ce210
+1
View File
@@ -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