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

Tweak principia_make.sh cmake flags #4

Open
wants to merge 21 commits into
base: master
Choose a base branch
from

Conversation

ts826848
Copy link

CMAKE_LD_FLAGS isn't recognized by CMake:

CMake Warning:
  Manually-specified variables were not used by the project:

    CMAKE_LD_FLAGS

No replacement is needed since static libraries are created for
consumption by Principia and those use ar instead of ld.

"." is added to the command line to future-proof the command against
future CMake releases:

CMake Warning:
  No source or binary directory provided.  Both will be assumed to be the
  same as the current working directory, but note that this warning will
  become a fatal error in future CMake releases.

pleroy and others added 21 commits October 29, 2018 20:09
…h step of 1 makes perfect sense, on the other hand a negative step would cause trouble.
CMAKE_LD_FLAGS isn't recognized by CMake:

    CMake Warning:
      Manually-specified variables were not used by the project:
    
        CMAKE_LD_FLAGS

No replacement is needed since static libraries are created for
consumption by Principia and those use ar instead of ld.

"." is added to the command line to future-proof the command against
future CMake releases:

    CMake Warning:
      No source or binary directory provided.  Both will be assumed to be the
      same as the current working directory, but note that this warning will
      become a fatal error in future CMake releases.
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.

3 participants