From b64c8c27ff12ee790a2e4c7323f72645a1d83d57 Mon Sep 17 00:00:00 2001 From: pthomblah <67956922+pthomblah@users.noreply.github.com> Date: Thu, 4 Jan 2024 15:01:36 +0000 Subject: [PATCH] blah --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index b6b20975..8887416a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,3 +1,5 @@ +# Blah + if (EMSCRIPTEN) cmake_minimum_required(VERSION 3.13) # emscripten uses target_link_options (cmake 3.13+) else()