diff options
| author | Petr Mrázek | 2011-08-15 01:30:15 +0200 |
|---|---|---|
| committer | Petr Mrázek | 2011-08-15 01:30:15 +0200 |
| commit | 292074116eb949a8902b5d295a58e49c04291c9c (patch) | |
| tree | 8be95fd7fc292d4ce9a7e25c6768106e5a25896b /CMakeLists.txt | |
| parent | a0f99ef7079bb741dcfa44b7365e3b13f3ec9016 (diff) | |
| download | dfhack-292074116eb949a8902b5d295a58e49c04291c9c.tar.gz dfhack-292074116eb949a8902b5d295a58e49c04291c9c.tar.bz2 dfhack-292074116eb949a8902b5d295a58e49c04291c9c.tar.xz | |
Fix crash bugs in liquids and tiletypes.
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 3ed283e3..2b0388f6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -78,5 +78,6 @@ IF(UNIX) ELSEIF(WIN32) SET(CPACK_GENERATOR "ZIP") ENDIF() +set(CPACK_INCLUDE_TOPLEVEL_DIRECTORY 0) set(CPACK_PACKAGE_FILE_NAME "dfhack-${DF_VERSION}-r${DFHACK_RELEASE}-${CMAKE_SYSTEM_NAME}") INCLUDE(CPack) |
