-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
FMT Visual Studio Linking error #2101
Comments
Looks like the same as #2011. |
Thanks a lot but this was not the issue, tested with fmt-7.1.3 |
Then please post a complete example that reproduces the error. |
I actually fixed this issue. The problem was that VS used x64. Switching to x86 solved the Linker errors. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am trying to use fmt as a statically linked library in my project on Windows. Here is how I tried to install it:
2.
mkdir build
cd build
cmake -DCMAKE_POSITION_INDEPENDENT_CODE=TRUE ..
This produces a FMT.sln in /build.Does anyone know how to solve this?
The text was updated successfully, but these errors were encountered: