Skip to content

Conversation

@NateLovallo
Copy link

I wasn't able to build in windows with vcpkg using the default vcpkg manifest. This seemed to work for me using the following steps:
(in repo folder)
mkdir build
cd build
cmake -G "Visual Studio 16 2019" .. -DCMAKE_TOOLCHAIN_FILE=\path\to\scripts\buildsystems\vcpkg.cmake
cmake --build .

Might be able to simplify the windows github actions as well using this method? (seems to depend on qt5 already being installed)

Cheers,
Nate

Copy link
Contributor

@erickisos erickisos left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Definitely makes sense.

@ssys-zdavis
Copy link

This, plus adding Concurrent to cmake.in (#1064) worked for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants