Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compilation and CMake fixes #12

Merged
merged 16 commits into from
Nov 2, 2014
Merged

Compilation and CMake fixes #12

merged 16 commits into from
Nov 2, 2014

Conversation

Mixaill
Copy link
Contributor

@Mixaill Mixaill commented Nov 1, 2014

  • Fix compilation on MSVC
    • add warning when FL_CPP11 switched on (build fails)
    • add < algorithm > (std::max was not found)
  • Fix compilation on MinGW
    • do not use MSVC flags
    • do not use MSVC pragma warning
    • use UNIX flags
    • do not use fPIC
  • Fix required CMake version
    • 2.8.8 for < Object >
  • Use Object for MinGW
  • Use same cmake code for MSVC and XCode
  • Remove duplication in set_target_properties
  • Add component selection (Binary, Shared, Static)
  • Add ability to overwrite Fuzzylite installation paths (Bin and Lib dirs)

jcrada added a commit that referenced this pull request Nov 2, 2014
@jcrada jcrada merged commit 5eb4a3c into fuzzylite:v5.x Nov 2, 2014
@jcrada
Copy link
Member

jcrada commented Nov 2, 2014

Thank you very much!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants