Skip to content

Commit 4e8f717

Browse files
committed
Update exercise
1 parent 4fb1091 commit 4e8f717

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

03_building_and_packaging/cpack_exercise.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
Let us try to package the code from the CMake exercise with CPack, such that we can give the (binary) software to somebody else.
44

5-
Deadline: **Thursday, December 8th, 2022, 9:00**
5+
Deadline: **December 11, 2024, 9:00**
66

77
## Overview
88

9-
- The goal of the exercise is to open a pull request from a fork of [the CPack exercise repository](https://github.com/Simulation-Software-Engineering/cpack-exercise-wt2223). Please name your pull request `Add installation and packaging targets`. In the pull request description, please explain what we need to do to test your code. If you work on any of the optional tasks below, please document in the description as well.
9+
- The goal of the exercise is to open a pull request from a fork of [the CPack exercise repository](https://github.com/Simulation-Software-Engineering/cpack-exercise-wt2425). Please name your pull request `Add installation and packaging targets`. In the pull request description, please explain what we need to do to test your code. If you work on any of the optional tasks below, please document in the description as well.
1010
- The current state of the code is basically a solution of the CMake exercise from last week. For demonstration purpose the code is now, however, artificially split into a library `cpackexamplelib` and an executable `cpackexample`.
11-
- Your task is to develop a CMake/CPack configuration that allows generating a `.tar.gz` and a Debian `.deb` package of our code. To this end, follow the same four steps as in the lecture (details below).
11+
- Your task is to develop a CMake/CPack configuration that allows generating a `.tar.gz` and a Debian `.deb` package of the code. To this end, follow the same four steps as in the lecture (details below).
1212

1313
## Getting Started
1414

0 commit comments

Comments
 (0)