Skip to content

Commit fdb28dd

Browse files
committed
Update lecture
1 parent 91600f7 commit fdb28dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

03_building_and_packaging/cpack_exercise.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
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: **December 11, 2024, 9:00**
5+
Deadline: **December 10, 2025, 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-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.
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-wt2526). 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`.
1111
- 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

0 commit comments

Comments
 (0)