-
-
Notifications
You must be signed in to change notification settings - Fork 176
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
-pthread is not applicable for QNX Neutrino #245
Comments
Would you consider submitting a pull request for this? The flags are configured in jsoncons\build_files\cmake\Linux.cmake |
Generally, you need to set Then you can use |
Or probably you should use QNXNTO to name the system. "QNX" used to be used for QNX 4 OS release only. The releases starting from QNX 6 use "QNXNTO" as the name. |
Alright. It looks like you need to add empty jsoncons/build_files/cmake/QNXNTO.cmake and pass -DCMAKE_SYSTEM_NAME=QNXNTO in command line |
Adding cmake include file for QNX Neutrino platform (issue #245)
It would be great to edit cmake files to not generate "-pthread" in CXX_FLAGS in build/tests/CMakeFiles/test_jsoncons.dir/flags.make for QNX Neutrino target. The target does not accept (and does not require) this option.
The text was updated successfully, but these errors were encountered: