Update libraries
This commit is contained in:
10
.vscode/c_cpp_properties.json
vendored
10
.vscode/c_cpp_properties.json
vendored
@@ -12,6 +12,16 @@
|
|||||||
"cStandard": "c17",
|
"cStandard": "c17",
|
||||||
"cppStandard": "c++17",
|
"cppStandard": "c++17",
|
||||||
"compileCommands": "${workspaceFolder}/cmake-build-release/compile_commands.json"
|
"compileCommands": "${workspaceFolder}/cmake-build-release/compile_commands.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Linux",
|
||||||
|
"includePath": [
|
||||||
|
"${workspaceFolder}/**"
|
||||||
|
],
|
||||||
|
"defines": [],
|
||||||
|
"cStandard": "c17",
|
||||||
|
"cppStandard": "c++17",
|
||||||
|
"intelliSenseMode": "linux-gcc-x64"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"version": 4
|
"version": 4
|
||||||
|
@@ -1,5 +1,4 @@
|
|||||||
cmake_minimum_required(VERSION 3.20)
|
cmake_minimum_required(VERSION 3.20)
|
||||||
|
|
||||||
project(PyClassifiers
|
project(PyClassifiers
|
||||||
VERSION 1.0.3
|
VERSION 1.0.3
|
||||||
DESCRIPTION "Python Classifiers Wrapper."
|
DESCRIPTION "Python Classifiers Wrapper."
|
||||||
@@ -43,7 +42,7 @@ if(Boost_FOUND)
|
|||||||
endif()
|
endif()
|
||||||
|
|
||||||
# Python
|
# 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}")
|
message("Python3_LIBRARIES=${Python3_LIBRARIES}")
|
||||||
|
|
||||||
# CMakes modules
|
# CMakes modules
|
||||||
|
Submodule lib/catch2 updated: 4e8d92bf02...506276c592
2
lib/json
2
lib/json
Submodule lib/json updated: 8c391e04fe...378e091795
2
lib/mdlp
2
lib/mdlp
Submodule lib/mdlp updated: 236d1b2f8b...7d62d6af4a
Reference in New Issue
Block a user