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

Different CMAKE_BUILD_TYPES must not overwrite the *-targets.cmake files and the libs #93

Open
ClausKlein opened this issue Nov 27, 2024 · 0 comments

Comments

@ClausKlein
Copy link
Collaborator

A valid install cmake config package looks like this:

stagedir/lib/
|-- cmake
|   `-- my_package
|       |-- cxx-modules-my_package-targets-Debug.cmake
|       |-- cxx-modules-my_package-targets-Release.cmake
|       |-- cxx-modules-my_package-targets.cmake
|       |-- my_package-config-version.cmake
|       |-- my_package-config.cmake
|       |-- my_package-targets-debug.cmake
|       |-- my_package-targets-release.cmake
|       |-- my_package-targets.cmake
|       |-- src
|       |   `-- algo-interface.cppm
|       |-- target-Algo-Debug.cmake
|       `-- target-Algo-Release.cmake
|-- libAlgo.dylib
`-- libAlgoD.dylib

4 directories, 13 files
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

No branches or pull requests

1 participant