-
Notifications
You must be signed in to change notification settings - Fork 34
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
CMake: Bump minimum required #115
base: master
Are you sure you want to change the base?
Conversation
b9b0c50
to
f6af4dd
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would be happy to update this, but there are issues with MSVC. I'm getting these errors:
LINK : the 32-bit linker (C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\VC\Tools\MSVC\14.12.25827\bin\HostX86\x64\link.exe) failed to do memory mapped file I/O on `$<TARGET_FILE:libfile_Release>' and is going to restart linking with a 64-bit linker for better throughput
LINK : failed to locate a 64-bit linker on %PATH%; continue the current linking
LINK : fatal error LNK1104: cannot open file '$<TARGET_FILE:libfile_Release>' [C:\<...>\build_msvc_md\fmilib.vcxproj]
MinGW and Ubuntu (GCC) seem to work.
1e93f0b
to
4d6b78a
Compare
@filip-stenstrom it should be ok now: I added a msvc CI job |
Great. Our internal CI is failing though, but on the component testing, i.e.
|
07a4f21
to
90d67c1
Compare
bab636a
to
f183037
Compare
No description provided.