The following issue has been SUBMITTED. ====================================================================== http://www.cmake.org/Bug/view.php?id=14055 ====================================================================== Reported By: Marcin Wojdyr Assigned To: ====================================================================== Project: CMake Issue ID: 14055 Category: Modules Reproducibility: always Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2013-04-01 15:56 EDT Last Modified: 2013-04-01 15:56 EDT ====================================================================== Summary: Qt4ConfigDependentSettings.cmake & CMAKE_THREAD_PREFER_PTHREADS Description: In Qt4ConfigDependentSettings.cmake we have: set(CMAKE_THREAD_PREFER_PTHREADS 1) find_package(Threads)
but FindThreads.cmake checks CMAKE_THREAD_PREFER_PTHREAD (without 'S'). It may be related to http://www.cmake.org/Bug/view.php?id=11136 ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2013-04-01 15:56 Marcin Wojdyr New Issue ====================================================================== -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers
