From 428d89d64f6e0f1820bfeab6b9d82fd9e0873f97 Mon Sep 17 00:00:00 2001 From: mancini <mancini@astron.nl> Date: Wed, 5 Apr 2023 08:22:27 +0200 Subject: [PATCH] Remove personal toolchain file --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 16c1873..f850134 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -set(CMAKE_TOOLCHAIN_FILE "/home/mancini/opt/emsdk/upstream/emscripten/cmake/Modules/Platform/Emscripten.cmake") + project (sdclib) cmake_minimum_required(VERSION 3.5.1) -- GitLab