cpp-best-practices/cmake_template

Verify CLion Experience (Windows)

lefticus opened this issue · 1 comments

This is the "out of the box" experience.

When you open this project in Clion does it Just Work?

related #17

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