Skip to content
Discussion options

You must be logged in to vote

I have re-installed the Sofa and required plugins with in-tree build.

I added the following two lines in CMakeLists.txt in sofa/src to fix the bug (error: 'is_same_v' is not a member of 'std')
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)

Then, I added required plugins using plugin manager.

The bug was fixed :)

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by jiayiliu-pku
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants