diff --git a/CMakeLists.txt b/CMakeLists.txt index 867eaf80863ea..cf7846579e04c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -85,7 +85,7 @@ endif() # compile options, which may cause runtime errors especially memory alignment # errors. dart_option(DART_ENABLE_SIMD - "Build DART with all SIMD instructions on the current local machine" OFF) + "Build DART with all SIMD instructions on the current local machine" ON) dart_option(DART_BUILD_GUI_OSG "Build osgDart library" ON) dart_option(DART_BUILD_DARTPY "Build dartpy" ON) dart_option(DART_CODECOV "Turn on codecov support" OFF)