Genex: Fix grammatical error in TARGET_OBJECTS error message

This commit is contained in:
Kyle Edwards
2021-02-24 09:51:13 -05:00
parent d34d28e688
commit f31e8d33ef
4 changed files with 8 additions and 8 deletions

View File

@@ -3,7 +3,7 @@ CMake Error at BadSourceExpression3.cmake:2 \(add_library\):
\$<TARGET_OBJECTS:NotObjLib>
Objects of target "NotObjLib" referenced but is not an allowed library
types \(EXECUTABLE, STATIC, SHARED, MODULE, OBJECT\).
Objects of target "NotObjLib" referenced but is not one of the allowed
target types \(EXECUTABLE, STATIC, SHARED, MODULE, OBJECT\).
Call Stack \(most recent call first\):
CMakeLists.txt:[0-9]+ \(include\)