forked from Mudlet/Mudlet
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Simplify cmake install command of lua modules (Mudlet#3168)
* Simplify cmake install command of lua modules This has multiple positive effects. For one it gets rid of the comparison of found to expected number of files. This was usually forgotten to adapt. Second it simplifies the logic of the actual install calls. It now uses cmake buildin functionality instead of homegrown loops. * Remove unused LCF_DIR variable
- Loading branch information
Showing
2 changed files
with
18 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters