diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json index ad213e46..ef1d543a 100644 --- a/.vscode/c_cpp_properties.json +++ b/.vscode/c_cpp_properties.json @@ -8,8 +8,7 @@ "defines": [], "compilerPath": "/usr/bin/clang", "cStandard": "c17", - "intelliSenseMode": "linux-clang-x64", - "compileCommands": "${workspaceFolder}/build/compile_commands.json" + "intelliSenseMode": "linux-clang-x64" } ], "version": 4 diff --git a/CMakeLists.txt b/CMakeLists.txt index 4bfc1a46..2840dae0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.16) -project(candy LANGUAGES C CXX VERSION 6.0.4) +project(candy LANGUAGES C CXX VERSION 6.0.5) option(CANDY_NOEXE "Don't build executable") option(CANDY_DEVEL "Build development library")