Bug 341326

Summary: cmake generate_export_header called on !library target
Product: [Applications] konsole Reporter: Harald Sitter <sitter>
Component: generalAssignee: Konsole Developer <konsole-devel>
Status: RESOLVED FIXED    
Severity: normal CC: montel
Priority: NOR    
Version: 2.99.900   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:

Description Harald Sitter 2014-11-27 14:16:17 UTC
CMake Warning at /usr/share/cmake-2.8/Modules/GenerateExportHeader.cmake:319 (message):
  This macro can only be used with libraries
Call Stack (most recent call first):
  src/CMakeLists.txt:201 (generate_export_header)

commit 6c747d97d61fb9738e2c0f362963c6532814b563 added

> +generate_export_header(konsole BASE_NAME konsole)

which makes 0 sense given that konsole is the binary target

Reproducible: Always
Comment 1 Kurt Hindenburg 2014-11-27 18:15:11 UTC
fixed w/ 34053