Mentions légales du service

Skip to content
Snippets Groups Projects
Commit a3fe9b6a authored by hhakim's avatar hhakim
Browse files

Disable python2 (option NOPY2 to ON) by default in cmake config.

parent ce290582
No related branches found
No related tags found
No related merge requests found
......@@ -231,7 +231,7 @@ option(REMOTE_DATA_FILE "Filename of the FAµST data zip archive." "")
option(NOCPPTESTS "Enabling/Disabling CPP tests (only testing python or matlab wrappers if built)." OFF)
option(EXPERIMENTAL_PKG "Enabling/Disabling experimental code." OFF)
# experimental code is delimited for example in matlab scripts by comments like "% experimental block start / end"
option(NOPY2 "Enabling/Disabling python2 support." OFF)
option(NOPY2 "Enabling/Disabling python2 support." ON)
option(PYTHON_ENCODING "The *.py charset for pyfaust/__init__.py (utf-8, windows-1252)." utf-8)
#set(BUILD_MULTITHREAD OFF CACHE BOOL "OpenMP Multithreading")
#set(BUILD_VERBOSE OFF CACHE BOOL "Display useful message for debugging")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment