bash script for cmk.sh in ubuntu

This commit is contained in:
maliakal_d 2021-10-28 14:18:58 +02:00
parent 87a515a549
commit c911fe4c85

2
cmk.sh
View File

@ -1,6 +1,6 @@
#!/bin/bash
# SPDX-License-Identifier: LGPL-3.0-or-other # SPDX-License-Identifier: LGPL-3.0-or-other
# Copyright (C) 2021 Contributors to the SLS Detector Package # Copyright (C) 2021 Contributors to the SLS Detector Package
#!/bin/bash
CMAKE="cmake3" CMAKE="cmake3"
BUILDDIR="build" BUILDDIR="build"
INSTALLDIR="" INSTALLDIR=""