Skip to content

Commit f9f6d60

Browse files
committed
Refs #23483. Increase cmake_minimum_required
Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
1 parent 9f8b45a commit f9f6d60

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fastdds_python/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
cmake_minimum_required(VERSION 3.22)
15+
cmake_minimum_required(VERSION 3.24)
1616

1717
# SWIG: use standard target name.
1818
if(POLICY CMP0078)

0 commit comments

Comments
 (0)