Skip to content

Commit

Permalink
minimum requires cmake version
Browse files Browse the repository at this point in the history
  • Loading branch information
mhekkel committed Mar 14, 2024
1 parent 30121f6 commit dcf4e4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

cmake_minimum_required(VERSION 3.15)
cmake_minimum_required(VERSION 3.23)

# set the project name
project(mkdssp VERSION 4.4.6 LANGUAGES CXX)
Expand Down

0 comments on commit dcf4e4f

Please sign in to comment.