We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5d0988 commit 8a7950aCopy full SHA for 8a7950a
buildconfig/CMake/CommonSetup.cmake
@@ -82,8 +82,7 @@ if(BUILD_MANTIDFRAMEWORK OR BUILD_MANTIDQT)
82
# The new interface is not available in Clang yet so we haven't migrated
83
add_definitions(-D_SILENCE_CXX20_OLD_SHARED_PTR_ATOMIC_SUPPORT_DEPRECATION_WARNING)
84
85
- find_package(Poco 1.4.6 REQUIRED)
86
- add_definitions(-DPOCO_ENABLE_CPP11)
+ find_package(Poco REQUIRED)
87
find_package(TBB REQUIRED)
88
find_package(OpenSSL REQUIRED)
89
endif()
0 commit comments