diff --git a/CMakeLists.txt b/CMakeLists.txt index e34f510..54b3db4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,13 +1,5 @@ cmake_minimum_required(VERSION 3.13) -if(APPLE) - # Target macOS version. - set(CMAKE_OSX_DEPLOYMENT_TARGET 11.0) -elseif(WIN32) - # Use Windows 10 SDK. - set(CMAKE_SYSTEM_VERSION 10.0) -endif() - # Project name and executable name. project(boilerplate) set(APP_NAME "boilerplate") diff --git a/package.json b/package.json index 4bf2da6..fb53321 100644 --- a/package.json +++ b/package.json @@ -6,14 +6,14 @@ "scripts": { "start": "node scripts/run.js", "install": "npm run download && npm run bootstrap && npm run build", - "download": "node scripts/download_libyue.js v0.15.1", + "download": "node scripts/download_libyue.js v0.15.2", "bootstrap": "node scripts/bootstrap.js", "build": "node scripts/build.js", "dist": "node scripts/dist.js" }, "repository": { "type": "git", - "url": "https://github.com/yue/muban.git" + "url": "https://github.com/yue/boilerplate-cpp.git" }, "license": "public domain", "devDependencies": {