[evolution-data-server/wip/cmake] Remove some left-over commented code



commit 2c9dcc99fc827b570b1d63fb1a70d39908ac446e
Author: Milan Crha <mcrha redhat com>
Date:   Wed Oct 5 18:00:18 2016 +0200

    Remove some left-over commented code

 cmake/modules/GObjectIntrospection.cmake |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)
---
diff --git a/cmake/modules/GObjectIntrospection.cmake b/cmake/modules/GObjectIntrospection.cmake
index 1ca8811..a5ae8a2 100644
--- a/cmake/modules/GObjectIntrospection.cmake
+++ b/cmake/modules/GObjectIntrospection.cmake
@@ -39,12 +39,6 @@ macro(_gir_list_prefix_libs _outvar _listvar _prefix)
        set(${_outvar})
        foreach(_item IN LISTS ${_listvar})
                list(APPEND ${_outvar} ${_prefix}${_item}-${API_VERSION})
-               #get_target_property(_output_name ${_item} OUTPUT_NAME)
-               #if(_output_name)
-               #       list(APPEND ${_outvar} ${_prefix}${_output_name})
-               #else(_output_name)
-               #       list(APPEND ${_outvar} ${_prefix}${_item})
-               #endif(_output_name)
        endforeach()
 endmacro(_gir_list_prefix_libs)
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]