dotenv-cpp icon indicating copy to clipboard operation
dotenv-cpp copied to clipboard

:cow: A utility to load environment variables from a .env file

Results 4 dotenv-cpp issues
Sort by recently updated
recently updated
newest added

It would be great if this could be loaded with a dependency package manager like vcpkg or conan

Hi, CMake has been warning about this for quite some time, on 4.0 the completely removed support for versions lesser than 3.5. ``` CMake Error at build/_deps/dotenv-cpp-src/CMakeLists.txt:1 (cmake_minimum_required): Compatibility with...

``` FAILED: _deps/dotenv-cpp-build/CMakeFiles/tests.dir/Debug/tests/base_test.cc.o ... clang++: error: unknown argument: '-fdump-ipa-inline' ``` As the issue states I am using `clang`. This line introduced a breaking change in my build: ``` set(CMAKE_CXX_FLAGS_DEBUG "-g...