Skip to content

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