mirror of https://github.com/ecmwf/eccodes.git
Use consistent convention for dir variables
This commit is contained in:
parent
4a5d65dadc
commit
569bee5314
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue