Open
Description
Hello! I've been using cpm to manage packages for my project and I adore the concept! Unfortunately I use some libraries with somewhat quirky CMake behaviors that CPM doesn't seem to like.
gl3w - Has an OUTPUT custom command to execute a python script which builds a *.c file. This seems to only happen when building so add_executable
complains that the file doesn't exist at configuration time.
globjects & glbinding - This pair of libraries define targets with the same name, leading to a fatal CMake error.
Are there any possible workarounds?
Thanks