Skip to content
Discussion options

You must be logged in to vote

Thanks for the answer! Adding -DCMAKE_CXX_STANDARD=20 did not work. However, I was able to solve it by adding -DFEATURE_cxx20=ON to my triplet:

if(PORT MATCHES "qtbase")
	list(APPEND VCPKG_CMAKE_CONFIGURE_OPTIONS "-DFEATURE_cxx20=ON")
endif()

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@mntt-SSE
Comment options

Answer selected by mntt-SSE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants