diff --git a/CMakeLists.txt b/CMakeLists.txt index c435075..c50a945 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,7 @@ option(OMATH_THREAT_WARNING_AS_ERROR "Set highest level of warnings and force co option(OMATH_BUILD_AS_SHARED_LIBRARY "Build Omath as .so or .dll" OFF) option(OMATH_USE_AVX2 "Omath will use AVX2 to boost performance" ON) option(OMATH_IMGUI_INTEGRATION "Omath will define method to convert omath types to imgui types" OFF) -option(OMATH_BUILD_EXAMPLES "Build example projects with you can learn & play" ON) +option(OMATH_BUILD_EXAMPLES "Build example projects with you can learn & play" OFF) if (OMATH_BUILD_AS_SHARED_LIBRARY) add_library(omath SHARED source/Matrix.cpp)