Use consistent convention for dir variables

This commit is contained in:
Shahram Najm 2016-08-31 17:26:43 +01:00
parent 4a5d65dadc
commit 569bee5314
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ tools_dir=@CMAKE_BINARY_DIR@/bin/
tigge_dir=@CMAKE_BINARY_DIR@/bin/
# ecCodes tests are in the PROJECT_BINARY_DIR
test_dir=@PROJECT_BINARY_DIR@/tests
test_dir=@PROJECT_BINARY_DIR@/tests/
# use samples from binary dir to test if installation will be correct
samp_dir="@CMAKE_BINARY_DIR@/share/@PROJECT_NAME@/samples"