From f5483fb4a8e3f3196d3f8baff89d33e1b333bcb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sun, 17 Apr 2016 23:04:36 +0200 Subject: [PATCH] modules: updated FindCorrade.cmake. --- modules/FindCorrade.cmake | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/modules/FindCorrade.cmake b/modules/FindCorrade.cmake index eba78cfc5..c4af7f726 100644 --- a/modules/FindCorrade.cmake +++ b/modules/FindCorrade.cmake @@ -124,9 +124,14 @@ # # Test name is also executable name. You can also specify libraries to link # with instead of using :command:`target_link_libraries()`. -# ``Corrade::TestSuite`` library is linked automatically to each test. Note +# ``Corrade::TestSuite`` target is linked automatically to each test. Note # that the :command:`enable_testing()` function must be called explicitly. # +# Unless :variable:`CORRADE_TESTSUITE_TARGET_XCTEST` is set, test cases on iOS +# targets are created as bundles with bundle identifier set to CMake project +# name by default. Use the cache variable :variable:`CORRADE_TESTSUITE_BUNDLE_IDENTIFIER_PREFIX` +# to change it to something else. +# # .. command:: corrade_add_resource # # Compile data resources into application binary::