summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2016-10-05 18:00:18 +0200
committerMilan Crha <mcrha@redhat.com>2016-10-05 18:00:18 +0200
commit2c9dcc99fc827b570b1d63fb1a70d39908ac446e (patch)
treebde052886bcc6202e90ddd7314be155ce881ae8d
parent659a08e1b8df2e7a01a222a6347d6d0a7060c8cb (diff)
downloadevolution-data-server-2c9dcc99fc827b570b1d63fb1a70d39908ac446e.tar.gz
Remove some left-over commented code
-rw-r--r--cmake/modules/GObjectIntrospection.cmake6
1 files changed, 0 insertions, 6 deletions
diff --git a/cmake/modules/GObjectIntrospection.cmake b/cmake/modules/GObjectIntrospection.cmake
index 1ca8811be..a5ae8a245 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)