-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Building on windows with mingw-w64-ucrt-x86_64 #662
Comments
I could launch cmake with this parameters inside the
Some other repositories were downloaded but I'm still having problems with collage project here is the output of cmake
The error states: CMake Error at CMakeLists.txt:70 (FIND_PACKAGE): But I'm assuming this is handled by common_find_package modules defined in equalizer and the Can you help me defining the correct path to Collage library? |
Did you ever end up figuring this out? |
Hello I'm trying to build this project on a windows 11 pc with mingw toolchain (mingw-w64-ucrt-x86_64)
I'm using Eclipse CDT4 -MinGW makefiles as the generator of the project with cmake gui.
I'm getting the following error in CMake
This is the image of cmake gui with the error above
I have downloaded and built vmmlib with my current toolchain but I can't make CMake grab my installed vmmlib .
It seems I'm having errors with the CMake and CMake/common folders
Any hint will be welcome.
The text was updated successfully, but these errors were encountered: