Working on a little C++ project and wow CMake is janky for something so ubiquitous. It happily processes this line with no error about the lack of a matching angle bracket.
add_compile_definitions($<IF:$<CONFIG:Debug>,DEBUG,RELEASE)
@BenAU agreed, it is janky ):
@BenAU Cmake is the.worst. Just use @fastbuild
@belzedaar @fastbuild I probably will, but need to make build configs for all the dependencies which come with CMake out of the box.