diff options
| author | Philipp David <pd@3b.pm> | 2022-03-22 17:02:06 +0100 |
|---|---|---|
| committer | Philipp David <pd@3b.pm> | 2022-03-22 17:02:06 +0100 |
| commit | b156bcaa4acf0a5b392bbed60bd274c39e2398d4 (patch) | |
| tree | 676c2216dbddcfa40b11c362523225704c2bf627 | |
| parent | d84c3a5d9a463eb7256f0244ad69d3adac9de92e (diff) | |
| download | Project-Tick-b156bcaa4acf0a5b392bbed60bd274c39e2398d4.tar.gz Project-Tick-b156bcaa4acf0a5b392bbed60bd274c39e2398d4.zip | |
Retab CMakeLists.txt
| -rw-r--r-- | CMakeLists.txt | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index d7e4c6a037..adbd3443d0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,9 +8,9 @@ option(NBT_USE_ZLIB "Build additional zlib stream functionality" ON) option(NBT_BUILD_TESTS "Build the unit tests. Requires CxxTest." ON) if(NBT_NAME) - message("Using override nbt++ name: ${NBT_NAME}") + message("Using override nbt++ name: ${NBT_NAME}") else() - set(NBT_NAME nbt++) + set(NBT_NAME nbt++) endif() # hide this from includers. @@ -48,12 +48,12 @@ target_include_directories(${NBT_NAME} PUBLIC include ${CMAKE_CURRENT_BINARY_DIR # Install it if(DEFINED NBT_DEST_DIR) - install( - TARGETS ${NBT_NAME} - ARCHIVE DESTINATION ${LIBRARY_DEST_DIR} - RUNTIME DESTINATION ${LIBRARY_DEST_DIR} - LIBRARY DESTINATION ${LIBRARY_DEST_DIR} - ) + install( + TARGETS ${NBT_NAME} + ARCHIVE DESTINATION ${LIBRARY_DEST_DIR} + RUNTIME DESTINATION ${LIBRARY_DEST_DIR} + LIBRARY DESTINATION ${LIBRARY_DEST_DIR} + ) endif() if(NBT_USE_ZLIB) |
