Verify CLion Experience (Windows)
lefticus opened this issue · 1 comments
lefticus commented
This is the "out of the box" experience.
When you open this project in Clion does it Just Work?
related #17
1aam2am1 commented
Yes, It worked correctly.
I needed to add
if (${MINGW})
set(XXX_ENABLE_IPO OFF)
endif ()
as I was using mingw-gcc and this compiler doesn't support ipo
Plus changing dependencies for newer version