Loading config.h.in +1 −1 Original line number Diff line number Diff line #ifdef Windows #define CONFIGPATH "%PROGRAMFILES%\\..\lib\confplus\\backend" #define CONFIGPATH "%PROGRAMFILES%\libconfplus\lib\confplus\backend" #else #define CONFIGPATH "${CMAKE_INSTALL_PREFIX}/lib/confplus/backend" #endif No newline at end of file src/conf.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -187,7 +187,7 @@ confplus::Config::Config(const char* path) { std::copy(path, path + (i - 1), std::inserter<std::string>(mpath, mpath.end())); mpath += ".so"; mpath += ".dll"; ++i; Loading Loading
config.h.in +1 −1 Original line number Diff line number Diff line #ifdef Windows #define CONFIGPATH "%PROGRAMFILES%\\..\lib\confplus\\backend" #define CONFIGPATH "%PROGRAMFILES%\libconfplus\lib\confplus\backend" #else #define CONFIGPATH "${CMAKE_INSTALL_PREFIX}/lib/confplus/backend" #endif No newline at end of file
src/conf.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -187,7 +187,7 @@ confplus::Config::Config(const char* path) { std::copy(path, path + (i - 1), std::inserter<std::string>(mpath, mpath.end())); mpath += ".so"; mpath += ".dll"; ++i; Loading