mirror of
https://bitbucket.org/smil3y/kde-playground.git
synced 2025-02-24 02:42:51 +00:00
libkdcraw: fix build with libraw 0.16.1, adapted from upstream
From: Gilles Caulier <caulier.gilles@gmail.com> Date: Thu, 14 May 2015 20:54:16 +0000 Subject: libraw 0.16.1 needs C++ exceptions rules while compilation X-Git-Url: http://quickgit.kde.org/?p=libkdcraw.git&a=commitdiff&h=46898ec97a0462eb08a5b6d09999450a86b27aae --- libraw 0.16.1 needs C++ exceptions rules while compilation BUGS: 347728 FIXED-IN: 4.11.0 ---
This commit is contained in:
parent
ee5449e827
commit
c8eb9d8aa1
1 changed files with 2 additions and 0 deletions
|
@ -22,6 +22,8 @@
|
|||
#
|
||||
# ============================================================
|
||||
|
||||
add_definitions(${KDE4_ENABLE_EXCEPTIONS})
|
||||
|
||||
CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/version.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/version.h)
|
||||
|
||||
SET(kdcraw_LIB_SRCS kdcraw.cpp
|
||||
|
|
Loading…
Add table
Reference in a new issue