Skip to content

Instantly share code, notes, and snippets.

@acgetchell
Created June 10, 2019 23:18
Show Gist options
  • Save acgetchell/4100c135747abd840ceac86bb9ffaac6 to your computer and use it in GitHub Desktop.
Save acgetchell/4100c135747abd840ceac86bb9ffaac6 to your computer and use it in GitHub Desktop.
Cmake errors building with pcg package from Vcpkg
"/Users/adam/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-2/191.7479.33/CLion.app/Contents/bin/cmake/mac/bin/cmake" -DCMAKE_BUILD_TYPE=Debug -DCMAKE_TOOLCHAIN_FILE=/Users/adam/vcpkg/scripts/buildsystems/vcpkg.cmake -G "CodeBlocks - Unix Makefiles" /Users/adam/pcg-test
CMake Error at /Users/adam/vcpkg/scripts/buildsystems/vcpkg.cmake:266 (_find_package):
By not providing "Findpcg.cmake" in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by "pcg", but
CMake did not find one.
Could not find a package configuration file provided by "pcg" with any of
the following names:
pcgConfig.cmake
pcg-config.cmake
Add the installation prefix of "pcg" to CMAKE_PREFIX_PATH or set "pcg_DIR"
to a directory containing one of the above files. If "pcg" provides a
separate development package or SDK, be sure it has been installed.
Call Stack (most recent call first):
CMakeLists.txt:6 (find_package)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment