Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mysql/mysql-connector-cpp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: trunk
Choose a base ref
...
head repository: bmarques1995/mysql-connector-cpp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: trunk
Choose a head ref
  • 1 commit
  • 4 files changed
  • 1 contributor

Commits on May 27, 2024

  1. Modified cmake installation

    Now when cmake is used to install the package,
    the directory will not differ if the installation
    is in debug or release mode, so the installation
    directory will be always ${CMAKE_LIB_DIR}, this
    can be used because in non Windows system the
    only avaliable method is release and in Windows
    the installation performs in a good way not
    differing Debug from Release like a lot of libraries.
    
    Also, the DLL destination was moved to
    ${CMAKE_BIN_DIR}, that is the most approppriated
    path to DLLs. Also added a max suffix to suppress
    cmake version errors.
    bmarques1995 committed May 27, 2024
    Configuration menu
    Copy the full SHA
    10dad49 View commit details
    Browse the repository at this point in the history
Loading