Skip to content

Commit fc92b5e

Browse files
committed
Fix typo
1 parent 858e0d1 commit fc92b5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/modules/TestTarget.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ if (META_PROJECT_IS_LIBRARY)
105105
message(STATUS "Linking test target against ${META_TARGET_NAME}")
106106
endif ()
107107

108-
# create a 'testlib' and link tests against it when testing an application an the tests need to call internal functions of
108+
# create a 'testlib' and link tests against it when testing an application and the tests need to call internal functions of
109109
# the application
110110
if (META_PROJECT_IS_APPLICATION AND LINK_TESTS_AGAINST_APP_TARGET)
111111
# create target for the 'testlib'

0 commit comments

Comments
 (0)