Skip to content

Commit

Permalink
Update for noble
Browse files Browse the repository at this point in the history
  • Loading branch information
slabajo committed Sep 5, 2024
1 parent 9bc8d5c commit 95a8434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/cmake-utils/cmake/Kurento/CommonBuildFlags.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ function(common_buildflags_set)
# CMAKE_POSITION_INDEPENDENT_CODE is ON.
# See CMP0083: https://cmake.org/cmake/help/latest/policy/CMP0083.html
# Affects CMake < 3.14 (up to Ubuntu 18.04 "Bionic").
# Release 7.0: We're targeting Ubuntu 20.04 "Focal" (CMake 3.16), but still
# Release 7.1: We're targeting Ubuntu 24.04 "noble" (CMake 3.28), but still
# keeping this, to keep `cmake_minimum_required(VERSION 3.0)`.
set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -pie" PARENT_SCOPE)

Expand Down

0 comments on commit 95a8434

Please sign in to comment.