Skip to content

Commit

Permalink
Merge pull request #19535 from mckellyln/build_u22
Browse files Browse the repository at this point in the history
HPCC-33460 Build on ubuntu 22.04 with CMake version 3.31+

Reviewed-by: Gordon Smith <[email protected]>
Merged-by: Gavin Halliday <[email protected]>
  • Loading branch information
ghalliday authored Mar 7, 2025
2 parents 56f1266 + 9430b6c commit 9532ee5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions docs/PT_BR/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
#


cmake_minimum_required(VERSION 2.8)
PROJECT(docs_pt_br)

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


#GET_PROPERTY(_targets GLOBAL PROPERTY DOC_TARGETS)
#add_custom_target(docs_en_us ALL DEPENDS ${_targets})
#add_custom_target(docs_en_us ALL DEPENDS ${_targets})
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
# limitations under the License.
################################################################################

cmake_minimum_required(VERSION 2.8)
PROJECT(initfiles)

ADD_SUBDIRECTORY(componentfiles)

0 comments on commit 9532ee5

Please sign in to comment.