forked from DCMTK/dcmtk
-
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.
Added a workaround for CMake versions prior 3.x.x.
Added a workaround for yesterday's commit regarding the unit tests and CMake generator expressions. CMake versions prior 3.x.x do not understand $<CONFIG> and require using $<CONFIGURATION>, which is in turn deprecated since 3.x.x. Good thing this issue was totally not annoying.
- Loading branch information
Jan Schlamelcher
committed
Jan 18, 2018
1 parent
8ac2251
commit 4ba1368
Showing
3 changed files
with
12 additions
and
2 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
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