From 2cb32b4dc0ed9aed3ae705d34269f99d82c3c6dc Mon Sep 17 00:00:00 2001 From: Alex Merry Date: Fri, 21 Mar 2014 18:09:13 +0000 Subject: Remove unhelpful comments These lines of code do not really require any justification. REVIEW: 116962 --- src/kconfig_compiler/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/kconfig_compiler') diff --git a/src/kconfig_compiler/CMakeLists.txt b/src/kconfig_compiler/CMakeLists.txt index 71f2609d..1fbb4824 100644 --- a/src/kconfig_compiler/CMakeLists.txt +++ b/src/kconfig_compiler/CMakeLists.txt @@ -10,6 +10,4 @@ find_package(Qt5Xml 5.2.0 REQUIRED NO_MODULE) target_link_libraries(kconfig_compiler_kf5 Qt5::Xml) -# "export" this target too so we can use the LOCATION property of the imported target in -# FindKDE4Internal.cmake to get the full path to the installed executable instead of using FIND_PROGRAM(), Alex install(TARGETS kconfig_compiler_kf5 EXPORT KF5ConfigTargets ${INSTALL_TARGETS_DEFAULT_ARGS} ) -- cgit v1.2.1