Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PAPPSO
MassChroQ
Commits
78b6ceb0
Commit
78b6ceb0
authored
Dec 02, 2020
by
Langella Olivier
Browse files
remove boost, zlib dependencies
parent
e27bc853
Changes
2
Hide whitespace changes
Inline
Side-by-side
CMakeStuff/toolchains/unix-toolchain.cmake
View file @
78b6ceb0
...
...
@@ -14,18 +14,3 @@ endif (NOT OdsStream_FOUND)
if
(
NOT PappsoMSpp_FOUND
)
find_package
(
PappsoMSpp REQUIRED
)
endif
(
NOT PappsoMSpp_FOUND
)
#find_package( Boost COMPONENTS iostreams thread filesystem chrono REQUIRED )
find_package
(
Boost COMPONENTS thread filesystem iostreams REQUIRED
)
set
(
Alglib_DIR
${
CMAKE_MODULE_PATH
}
)
find_package
(
Alglib REQUIRED
)
find_package
(
ZLIB REQUIRED
)
set
(
Zstd_DIR
${
CMAKE_MODULE_PATH
}
)
find_package
(
Zstd REQUIRED
)
src/CMakeLists.txt
View file @
78b6ceb0
...
...
@@ -222,9 +222,6 @@ target_link_libraries(masschroq_main ${MASSCHROQ_LIB_NAME}
PappsoMSpp::Core
PappsoMSpp::Widget
OdsStream::Core
Boost::thread
Boost::filesystem
Boost::iostreams
Qt5::Core
)
set_target_properties
(
masschroq_main PROPERTIES OUTPUT_NAME masschroq
)
...
...
@@ -243,9 +240,6 @@ else (NOGUI)
Qt5::Core
Qt5::Gui
Qt5::Widgets
Boost::thread
Boost::filesystem
Boost::iostreams
)
add_executable
(
masschroq_studio gui/parameterGui.cpp
${
STUDIO_SRCS
}
${
STUDIO_MOC_SRCS
}
)
...
...
@@ -257,10 +251,7 @@ else (NOGUI)
Qt5::Gui
Qt5::Widgets
Qt5::PrintSupport
${
QCustomPlot_LIBRARIES
}
Boost::thread
Boost::filesystem
Boost::iostreams
${
QCustomPlot_LIBRARIES
}
)
endif
(
NOGUI
)
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment