mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-16 20:24:48 -06:00
6 lines
114 B
CMake
6 lines
114 B
CMake
project(install_python_binding)
|
|
|
|
cmake_minimum_required(VERSION 3.15)
|
|
|
|
install(CODE "message(\"Dummy install\")")
|