You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
251 B
6 lines
251 B
9 months ago
|
get_filename_component(current_filename ${CMAKE_CURRENT_LIST_FILE} NAME_WLE)
|
||
|
message(FATAL_ERROR
|
||
|
"${current_filename} is not set up to be used with Hunter. "
|
||
|
"Please disable the libigl modules depending on it, or set HUNTER_ENABLED to OFF."
|
||
|
)
|