summaryrefslogtreecommitdiffstats
path: root/searchcore/src/vespa/searchcore/proton/common/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'searchcore/src/vespa/searchcore/proton/common/CMakeLists.txt')
-rw-r--r--searchcore/src/vespa/searchcore/proton/common/CMakeLists.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/searchcore/src/vespa/searchcore/proton/common/CMakeLists.txt b/searchcore/src/vespa/searchcore/proton/common/CMakeLists.txt
index 25e9a469f93..fffbd12764b 100644
--- a/searchcore/src/vespa/searchcore/proton/common/CMakeLists.txt
+++ b/searchcore/src/vespa/searchcore/proton/common/CMakeLists.txt
@@ -32,7 +32,3 @@ vespa_add_library(searchcore_pcommon STATIC
EXTERNAL_DEPENDS
${VESPA_STDCXX_FS_LIB}
)
-
-if(VESPA_OS_DISTRO_COMBINED STREQUAL "rhel 8.2" OR VESPA_OS_DISTRO_COMBINED STREQUAL "centos 8")
- set_source_files_properties(hw_info_sampler.cpp PROPERTIES COMPILE_FLAGS -DRHEL_8_2_KLUDGE)
-endif()