cmake_template
cmake_template copied to clipboard
Verify CLion Experience (Windows)
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