Skip to content
Snippets Groups Projects
Commit 4f0f2a45 authored by Rohan Budhiraja's avatar Rohan Budhiraja
Browse files

[CMake][Multi-threading] turn off the multithreading option

parent 4971bf44
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@ ENDIF()
SET(CXX_DISABLE_WERROR True)
# Create different building options
OPTION(ENABLE_VECTORIZATION "Enable vectorization and futhers processor-related optimizations" OFF)
OPTION(ENABLE_VECTORIZATION "Enable vectorization and futhers processor-related optimizations" ON)
OPTION(BUILD_PYTHON_INTERFACE "Build the python binding" ON)
OPTION(BUILD_UNIT_TESTS "Build the unitary tests" ON)
OPTION(BUILD_BENCHMARK "Build the benchmark" ON)
......@@ -111,4 +111,4 @@ IF(BUILD_BENCHMARK)
ENDIF(BUILD_BENCHMARK)
SETUP_PROJECT_FINALIZE()
\ No newline at end of file
SETUP_PROJECT_FINALIZE()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment