~neon/kolourpaint/master

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: André Agenor
  • Date: 2019-04-09 01:34:07 UTC
  • Revision ID: git-v1:cd6a79ef79db5c5c6831b97be861d89fab9d4ce5
remove the OpenMPI dependency

Summary:
Signed-off-by: André Agenor <andreagenor@icloud.com>
OpenMP has no real performance gain because the algorithm is not vectorized

Reviewers: tcanabrava

Reviewed By: tcanabrava

Differential Revision: https://phabricator.kde.org/D20322

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
    KDELibs4Support
36
36
)
37
37
 
38
 
find_package(OpenMP)
39
 
 
40
38
add_definitions(-DQT_USE_QSTRINGBUILDER)
41
39
 
42
40
find_package(KF5Sane)
341
339
    Qt5::PrintSupport
342
340
    ${KSANE_LIBRARIES}
343
341
    kolourpaint_lgpl
344
 
    OpenMP::OpenMP_CXX
345
342
)
346
343
 
347
344
if(KSANE_FOUND)