This repository has been archived by the owner on May 6, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Integrate cmakelists with conan #4
Open
LighthouseJ
wants to merge
21
commits into
ess-dmsc:master
Choose a base branch
from
LighthouseJ:integate_cmakelists_with_conan
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Integrate cmakelists with conan #4
LighthouseJ
wants to merge
21
commits into
ess-dmsc:master
from
LighthouseJ:integate_cmakelists_with_conan
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…, also adding zlib and openssl as dependencies, and allowing tests and/or examples to build
LighthouseJ
changed the title
Integate cmakelists with conan
Integrate cmakelists with conan
Mar 9, 2018
…tching to occur later on a per-build basis
# Conflicts: # conanfile.py
…ilt on Windows (works now!). Modifying the inline patches to build the one consumer example which appears to use unexported constants.
# Conflicts: # conanfile.py
… of file patches into a windows-specific conditional
…NULL! This checks the input argument and returns from the function early because there's nothing to do.
Various changes to be open sourced
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR introduces fixes to get the build working on Linux (integrate conan's cmake generator into the CMake project, link to rt and dl, etc...), enables compilation of examples and tests on Linux only, and provides some fixes for Windows to minimally build C and C++ libraries.