Skip to content

Commit

Permalink
cmake: option to disable install & drop curlu target when unused
Browse files Browse the repository at this point in the history
This patch makes the following changes:
- adds the option `CURL_DISABLE_INSTALL` - to disable 'install' targets.
- Removes the target `curlu` when the option `BUILD_TESTING` is set to
  `OFF` - to prevent it from being loaded in Visual Studio.

Closes #12287
  • Loading branch information
i1qh2n authored and vszakats committed Nov 10, 2023
1 parent 45d2ff6 commit aace27b
Show file tree
Hide file tree
Showing 2 changed files with 259 additions and 249 deletions.

0 comments on commit aace27b

Please sign in to comment.