Skip to content

Commit

Permalink
#83: Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
pierrepebay authored Jul 2, 2024
1 parent 801a43d commit 012796d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ if(NOT CMAKE_CXX_STANDARD)
endif()
message(STATUS "CMAKE_CXX_STANDARD: ${CMAKE_CXX_STANDARD}")

option(VT_TV_PYTHON_BINDINGS_ENABLED "Build vt-tv with Python bindings" ON)
option(VT_TV_PYTHON_BINDINGS_ENABLED "Build vt-tv with Python bindings" OFF)
option(VT_TV_OPENMP_ENABLED "Build vt-tv with openMP support" ON)
set(VT_TV_N_THREADS "2" CACHE STRING "Number of OpenMP threads to use")

Expand Down

0 comments on commit 012796d

Please sign in to comment.