diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json index 6faaf51..1c39b9e 100644 --- a/.vscode/c_cpp_properties.json +++ b/.vscode/c_cpp_properties.json @@ -12,6 +12,16 @@ "cStandard": "c17", "cppStandard": "c++17", "compileCommands": "${workspaceFolder}/cmake-build-release/compile_commands.json" + }, + { + "name": "Linux", + "includePath": [ + "${workspaceFolder}/**" + ], + "defines": [], + "cStandard": "c17", + "cppStandard": "c++17", + "intelliSenseMode": "linux-gcc-x64" } ], "version": 4 diff --git a/CMakeLists.txt b/CMakeLists.txt index d9a56a9..f48212b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,4 @@ cmake_minimum_required(VERSION 3.20) - project(PyClassifiers VERSION 1.0.3 DESCRIPTION "Python Classifiers Wrapper." @@ -43,7 +42,7 @@ if(Boost_FOUND) endif() # Python -find_package(Python3 3.11...3.11.9 COMPONENTS Interpreter Development REQUIRED) +find_package(Python3 3.11 COMPONENTS Interpreter Development REQUIRED) message("Python3_LIBRARIES=${Python3_LIBRARIES}") # CMakes modules diff --git a/lib/catch2 b/lib/catch2 index 4e8d92b..506276c 160000 --- a/lib/catch2 +++ b/lib/catch2 @@ -1 +1 @@ -Subproject commit 4e8d92bf02f7d1c8006a0e7a5ecabd8e62d98502 +Subproject commit 506276c59217429c93abd2fe9507c7f45eb81072 diff --git a/lib/json b/lib/json index 8c391e0..378e091 160000 --- a/lib/json +++ b/lib/json @@ -1 +1 @@ -Subproject commit 8c391e04fe4195d8be862c97f38cfe10e2a3472e +Subproject commit 378e091795a70fced276cd882bd8a6a428668fe5 diff --git a/lib/mdlp b/lib/mdlp index 236d1b2..7d62d6a 160000 --- a/lib/mdlp +++ b/lib/mdlp @@ -1 +1 @@ -Subproject commit 236d1b2f8be185039493fe7fce04a83e02ed72e5 +Subproject commit 7d62d6af4a6ca944a3bbde0b61f651fd4b2d3f57