Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit

Permalink
release version 1.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
bqminh committed May 8, 2018
1 parent 2dedb3e commit 6c88c06
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ add_definitions(-DIQ_TREE)
# The version number.
set (iqtree_VERSION_MAJOR 1)
set (iqtree_VERSION_MINOR 6)
set (iqtree_VERSION_PATCH "4")
set (iqtree_VERSION_PATCH "5")

set(BUILD_SHARED_LIBS OFF)

Expand All @@ -70,7 +70,8 @@ if (CMAKE_BUILD_TYPE STREQUAL "Release")
endif()

if (CMAKE_GENERATOR MATCHES "Xcode")
set(CMAKE_XCODE_ATTRIBUTE_DEBUG_INFORMATION_FORMAT "dwarf-with-dsym")
set(CMAKE_XCODE_ATTRIBUTE_DEBUG_INFORMATION_FORMAT "dwarf-with-dsym")
set(CMAKE_XCODE_ATTRIBUTE_COMPILER_INDEX_STORE_ENABLE "No")
endif()

include_directories("${PROJECT_SOURCE_DIR}")
Expand Down

0 comments on commit 6c88c06

Please sign in to comment.