This repository was archived by the owner on Jul 8, 2022. It is now read-only.
Commit 53b4a4d
committed
cpp_test_suite/environment/CMakeLists.txt: Use correct folder for tango_host file
The PROJECT_BINARY_DIR points to CMAKE_BINARY_DIR/cpp_test_suite but we
want to have CMAKE_BINARY_DIR/ccp_test_suite/environment.
Let's use no path as configure_file defaults to CMAKE_CURRENT_BINARY_DIR
anyway and we use later calls in the same way.
This issue was found with CMAKE 3.13.4 from debian buster.1 parent 349b86d commit 53b4a4d
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
0 commit comments