mastodon.gamedev.place is one of the many independent Mastodon servers you can use to participate in the fediverse.
Mastodon server focused on game development and related topics.

Server stats:

5.6K
active users

Ben Wooller

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.