Skip to content

Commit 8a7950a

Browse files
committed
Remove old Poco CMake code
These bits of CMake were preventing the solution compiling on Windows. 1.4.6 is around 10 years old.
1 parent c5d0988 commit 8a7950a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

buildconfig/CMake/CommonSetup.cmake

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,7 @@ if(BUILD_MANTIDFRAMEWORK OR BUILD_MANTIDQT)
8282
# The new interface is not available in Clang yet so we haven't migrated
8383
add_definitions(-D_SILENCE_CXX20_OLD_SHARED_PTR_ATOMIC_SUPPORT_DEPRECATION_WARNING)
8484

85-
find_package(Poco 1.4.6 REQUIRED)
86-
add_definitions(-DPOCO_ENABLE_CPP11)
85+
find_package(Poco REQUIRED)
8786
find_package(TBB REQUIRED)
8887
find_package(OpenSSL REQUIRED)
8988
endif()

0 commit comments

Comments
 (0)