diff --git a/CMakeLists.txt b/CMakeLists.txt index a4e1c70..a0e6ae5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -42,8 +42,8 @@ endif() # Enable package managers # -include(cmake/Conan.cmake) -include(cmake/Vcpkg.cmake) +# include(cmake/Conan.cmake) +# include(cmake/Vcpkg.cmake) # # Create library, setup header and source files @@ -93,7 +93,7 @@ verbose_message("Applied compiler warnings. Using standard ${CXX_STANDARD}.\n") # Enable Doxygen # -include(cmake/Doxygen.cmake) +# include(cmake/Doxygen.cmake) # # Set the build/user include directories diff --git a/cmake/StandardSettings.cmake b/cmake/StandardSettings.cmake index 7793e9e..1344e22 100644 --- a/cmake/StandardSettings.cmake +++ b/cmake/StandardSettings.cmake @@ -18,7 +18,7 @@ option(${PROJECT_NAME}_WARNINGS_AS_ERRORS "Treat compiler warnings as errors." O # Currently supporting: Conan, Vcpkg. option(${PROJECT_NAME}_ENABLE_CONAN "Enable the Conan package manager for this project." OFF) -option(${PROJECT_NAME}_ENABLE_VCPKG "Enable the Vcpkg package manager for this project." ON) +option(${PROJECT_NAME}_ENABLE_VCPKG "Enable the Vcpkg package manager for this project." OFF) # # Unit testing