mirror of
https://github.com/cpm-cmake/CPM.cmake.git
synced 2025-11-18 07:07:47 -05:00
4 lines
82 B
CMake
4 lines
82 B
CMake
|
|
project(BrokenDependency)
|
||
|
|
|
||
|
|
add_custom_target(error ALL ${CMAKE_COMMAND} -E false)
|