File: CMakeLists.txt

package info (click to toggle)
opm-common 2025.10%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 96,952 kB
  • sloc: cpp: 291,772; python: 3,609; sh: 198; xml: 174; pascal: 136; makefile: 12
file content (7 lines) | stat: -rw-r--r-- 300 bytes parent folder | download
1
2
3
4
5
6
7
cmake_minimum_required(VERSION 3.15)
# NOTE (2025-09-12): cmake_minimum_required must precede project() to avoid
# the developer warning: 'cmake_minimum_required() should be called prior to
# this top-level project() call.'
project(install_python_binding)

install(CODE "message(\"Dummy install\")")