From a3eae323f1982945f6e807b4fb345b67d5c73417 Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Tue, 22 Dec 2020 22:08:23 +0100 Subject: [PATCH] [libcalamares] Rename test-executable: avoid clashes with 'cala' --- src/libcalamares/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/libcalamares/CMakeLists.txt b/src/libcalamares/CMakeLists.txt index 87eb387fa..700eff37b 100644 --- a/src/libcalamares/CMakeLists.txt +++ b/src/libcalamares/CMakeLists.txt @@ -262,6 +262,6 @@ target_link_libraries( test_geoip calamares Qt5::Network yamlcpp ) calamares_automoc( test_geoip ) if ( Qt5DBus_FOUND ) - add_executable( calautomount partition/calautomount.cpp ) - target_link_libraries( calautomount calamares Qt5::DBus ) + add_executable( test_automount partition/calautomount.cpp ) + target_link_libraries( test_automount calamares Qt5::DBus ) endif()