Skip to content

Commit 9532ee5

Browse files
authored
Merge pull request #19535 from mckellyln/build_u22
HPCC-33460 Build on ubuntu 22.04 with CMake version 3.31+ Reviewed-by: Gordon Smith <[email protected]> Merged-by: Gavin Halliday <[email protected]>
2 parents 56f1266 + 9430b6c commit 9532ee5

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

docs/PT_BR/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
#
2929

3030

31-
cmake_minimum_required(VERSION 2.8)
3231
PROJECT(docs_pt_br)
3332

3433
#define_property(GLOBAL PROPERTY DOC_TARGETS BRIEF_DOCS "docs_pt_br" FULL_DOCS "docs_pt_br")
@@ -98,4 +97,4 @@ add_subdirectory(ContainerizedHPCC)
9897

9998

10099
#GET_PROPERTY(_targets GLOBAL PROPERTY DOC_TARGETS)
101-
#add_custom_target(docs_en_us ALL DEPENDS ${_targets})
100+
#add_custom_target(docs_en_us ALL DEPENDS ${_targets})

system/security/plugins/htpasswdSecurity/initfiles/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
# limitations under the License.
1515
################################################################################
1616

17-
cmake_minimum_required(VERSION 2.8)
1817
PROJECT(initfiles)
1918

2019
ADD_SUBDIRECTORY(componentfiles)

0 commit comments

Comments
 (0)