Skip to content
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

Update to C++20 #3193

Merged
merged 12 commits into from
Feb 17, 2024
Merged

Update to C++20 #3193

merged 12 commits into from
Feb 17, 2024

Conversation

Ziemas
Copy link
Contributor

@Ziemas Ziemas commented Nov 11, 2023

Just putting this here for consideration, I'm personally not in a big rush to get it.

@Ziemas Ziemas force-pushed the cpp20 branch 2 times, most recently from 3d8979c to 8d38c34 Compare November 14, 2023 04:24
CMakeLists.txt Outdated
@@ -189,7 +188,6 @@ include_directories(SYSTEM third-party/inja)
# Enable SSL Support, most URLs now-a-days use SSL!
# TODO - probably integrate with ZSTD since we have it already
set(CURL_USE_LIBSSH2 OFF)
set(CURL_ZLIB OFF)
Copy link
Member

@xTVaser xTVaser Jan 4, 2024

Choose a reason for hiding this comment

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

curious if you found a reason this wasn't needed, I unfortunately can't remember if I had a good reason why I added it -- but i know it was when i was troubleshooting why the binaries were expecting some libraries to be dynamically linked

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I was getting linker errors with this option set. But I can't reproduce them now 🤔

CMakeLists.txt Show resolved Hide resolved
@Ziemas Ziemas marked this pull request as ready for review January 27, 2024 17:41
…use dynamic linking errors on next release
@xTVaser xTVaser merged commit 4afefc5 into open-goal:master Feb 17, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants