Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
xtpcpp
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
PAPPSO
xtpcpp
Commits
2a37a68a
Commit
2a37a68a
authored
4 years ago
by
Langella Olivier
Browse files
Options
Downloads
Patches
Plain Diff
boost no more required for xtpcpp
parent
2897519a
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CMakeStuff/toolchains/unix-toolchain.cmake
+1
-1
1 addition, 1 deletion
CMakeStuff/toolchains/unix-toolchain.cmake
src/CMakeLists.txt
+0
-3
0 additions, 3 deletions
src/CMakeLists.txt
with
1 addition
and
4 deletions
CMakeStuff/toolchains/unix-toolchain.cmake
+
1
−
1
View file @
2a37a68a
...
...
@@ -16,7 +16,7 @@ if (NOT PappsoMSpp_FOUND)
endif
(
NOT PappsoMSpp_FOUND
)
#find_package( Boost COMPONENTS iostreams thread filesystem chrono REQUIRED )
find_package
(
Boost COMPONENTS thread filesystem iostreams REQUIRED
)
#
find_package( Boost COMPONENTS thread filesystem iostreams REQUIRED )
...
...
This diff is collapsed.
Click to expand it.
src/CMakeLists.txt
+
0
−
3
View file @
2a37a68a
...
...
@@ -249,9 +249,6 @@ target_link_libraries(xtpcpp
Qt5::Network
Qt5::Sql
Qt5::Concurrent
Boost::thread
Boost::filesystem
Boost::iostreams
ZLIB::ZLIB
Alglib::Alglib
Zstd::Zstd
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment