diff options
author | Slávek Banko <[email protected]> | 2020-04-02 03:06:24 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-04-02 03:06:24 +0200 |
commit | 14ee555223440595d5bfd5e26603e2ddc1f03b32 (patch) | |
tree | 5c7b1caf618b51d3ad5809a86b81527a2edea186 /doc/en/CMakeLists.txt | |
parent | e7906e3889021b196f1405ac5b2cec7513f9406b (diff) | |
download | dolphin-14ee555223440595d5bfd5e26603e2ddc1f03b32.tar.gz dolphin-14ee555223440595d5bfd5e26603e2ddc1f03b32.zip |
Use d3lphin as the name of the CMake project.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'doc/en/CMakeLists.txt')
-rw-r--r-- | doc/en/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/en/CMakeLists.txt b/doc/en/CMakeLists.txt index d947fd9..ba3ef3e 100644 --- a/doc/en/CMakeLists.txt +++ b/doc/en/CMakeLists.txt @@ -1 +1 @@ -tde_create_handbook( DESTINATION d3lphin ) +tde_create_handbook( DESTINATION ${PROJECT_NAME} ) |