Skip to content
Snippets Groups Projects
Commit fd9a9f4f authored by Pascal Palenda's avatar Pascal Palenda
Browse files

Fix library type error message

parent 53efe628
No related branches found
No related tags found
No related merge requests found
......@@ -127,7 +127,7 @@ macro (ihta_add_library)
if (NOT (${IHTA_ADD_LIB_LIBRARY_TYPE} IN_LIST IHTA_ADD_LIB_TYPES))
message (
FATAL_ERROR
"ihta_add_library only supports the following LIBRARY_TYPE's: STATIC, SHARED, INTERFACE or OBJECT"
"ihta_add_library only supports the following LIBRARY_TYPE's: STATIC, SHARED"
)
endif ()
else ()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment