Hi!

I’m trying to use packages (HPX specifically) installed with vcpkg, and 
according to its wiki, it is easiest to do so via the toolchain file provided 
by vcpkg.

Here’s is what I’m doing:

cd build
cmake -G „Ninja” -D CMAKE_BUILD_TYPE=Release -D 
CMAKE_TOOLCHAIN_FILE=C:/Users/nagy-/Source/Repos/vcpkg/scripts/buildsystems/vcpkg.cmake
 ..\

But it seems that CMake completely disregards the toolchain file, as if it 
weren’t even there. Same happens for Visual Studio generators, not just Ninja. 
Am I doing something wrong? Does anyone have a minimal working script with HPX 
installed through vcpkg?

Cheers,
Máté
-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake

Reply via email to