We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 858e0d1 commit fc92b5eCopy full SHA for fc92b5e
cmake/modules/TestTarget.cmake
@@ -105,7 +105,7 @@ if (META_PROJECT_IS_LIBRARY)
105
message(STATUS "Linking test target against ${META_TARGET_NAME}")
106
endif ()
107
108
-# create a 'testlib' and link tests against it when testing an application an the tests need to call internal functions of
+# create a 'testlib' and link tests against it when testing an application and the tests need to call internal functions of
109
# the application
110
if (META_PROJECT_IS_APPLICATION AND LINK_TESTS_AGAINST_APP_TARGET)
111
# create target for the 'testlib'
0 commit comments