Skip to content
This repository has been archived by the owner on Mar 15, 2022. It is now read-only.

Find CoreCLR sources via find_package rather than requiring -DWITH_CORECLR #832

Closed
JosephTremoulet opened this issue Sep 9, 2015 · 0 comments

Comments

@JosephTremoulet
Copy link
Contributor

CMake has a standard pattern for locating dependencies. Our current requirement that -DWITH_CORECLR be specified on the command line causes some friction in the LLVM build, where none of the other cmake options are required (see D12679). When the CoreCLR supports using find_package to locate these files (see dotnet/coreclr#1521), we should update our cmake files to use that, so that -DWITH_CORECLR is optional and need only be specified when you want to override the default location.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants