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

CMake fixes #777

Merged
merged 3 commits into from
May 29, 2020
Merged

CMake fixes #777

merged 3 commits into from
May 29, 2020

Commits on May 29, 2020

  1. deps/openssl: use xcrun to use correct paths

    Missing xcrun in openssl CMakeLists.txt caused build of RetDec to fail
    when included as external project.
    Peter Kubov committed May 29, 2020
    Configuration menu
    Copy the full SHA
    d5616a9 View commit details
    Browse the repository at this point in the history
  2. Use PROJECT_SOURCE_DIR instead

    Replace usage of CMAKE_SOURCE_DIR with PROJECT_SOURCE_DIR. This
    replacement will provide support for inclusion in cmakes in
    other projects with add_subdirectory command.
    Peter Kubov committed May 29, 2020
    Configuration menu
    Copy the full SHA
    2381d7f View commit details
    Browse the repository at this point in the history
  3. Move CMAKE_C_FLAGS setting

    Fix position of command that alters CMAKE_C_FLAGS. This did result
    in failing build of retdec on newst macOS systems.
    Peter Kubov committed May 29, 2020
    Configuration menu
    Copy the full SHA
    bafe54f View commit details
    Browse the repository at this point in the history