You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
λ mkdir build
λ cd build
λ "C:\Program Files\CMake\bin\cmake.exe" --version
cmake version 3.8.0-rc2
λ "C:\Program Files\CMake\bin\cmake.exe" .. -DCMAKE_TOOLCHAIN_FILE=F:\dev\vcpkg\scripts\buildsystems\vcpkg.cmake
-- Building for: Visual Studio 15 2017
-- The C compiler identification is MSVC 19.10.25017.0
-- The CXX compiler identification is MSVC 19.10.25017.0
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Professional/VC/Tools/MSVC/14.10.25017/bin/HostX86/x86/cl.exe
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Professional/VC/Tools/MSVC/14.10.25017/bin/HostX86/x86/cl.exe -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Professional/VC/Tools/MSVC/14.10.25017/bin/HostX86/x86/cl.exe
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Professional/VC/Tools/MSVC/14.10.25017/bin/HostX86/x86/cl.exe -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
CMake Error at CMakeLists.txt:4 (find_package):
By not providing "Findnanodbc.cmake" in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by "nanodbc", but
CMake did not find one.
Could not find a package configuration file provided by "nanodbc" with any
of the following names:
nanodbcConfig.cmake
nanodbc-config.cmake
Add the installation prefix of "nanodbc" to CMAKE_PREFIX_PATH or set
"nanodbc_DIR" to a directory containing one of the above files. If
"nanodbc" provides a separate development package or SDK, be sure it has
been installed.
-- Configuring incomplete, errors occurred!
See also "F:/dev/test/build/CMakeFiles/CMakeOutput.log".
Conclusion
Currently, the package seems missing some CMake configuration, is incomplete.
Who is responsible for providing nanodbcConfig.cmake or nanodbc-config.cmake for vcpkg?
The text was updated successfully, but these errors were encountered:
We want to represent libraries as closely as we can to what's present on other platforms. This means we rely on upstream providing a CMakeLists.txt which exports nanodbc-config.cmake, so I believe the issue you've created over at https://github.com/lexicalunit/nanodbc/issues/243 is the right path to fix this.
Currently, the package seems missing some CMake configuration, is incomplete.
Who is responsible for providing
nanodbcConfig.cmake
ornanodbc-config.cmake
for vcpkg?The text was updated successfully, but these errors were encountered: