diff options
Diffstat (limited to 'Source')
-rw-r--r-- | Source/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt index 3da7ef5..35f4fcf 100644 --- a/Source/CMakeLists.txt +++ b/Source/CMakeLists.txt @@ -964,7 +964,7 @@ IF(BUILD_TESTING) --build-options "-DCMAKE_INSTALL_PREFIX:PATH=${BundleTestInstallDir}" "-DCMake_SOURCE_DIR:PATH=${CMAKE_SOURCE_DIR}" --test-command - ${BundleTestInstallDir}/Application/BundleTestExe.app/Contents/MacOS/BundleTestExe) + ${BundleTestInstallDir}/Application/SecondBundleExe.app/Contents/MacOS/SecondBundleExe) ADD_TEST(objc++ ${CMAKE_CTEST_COMMAND} --build-and-test |