Add custom target to wrap around custom commands. (#1986)
In CMake, we are not suppose to have multiple targets depend on the same custom command. To avoid this, we have to add a custom target around the command. Fixes #1941.
Loading
Please register or sign in to comment