-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,9 +15,9 @@ | |
# along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
# | ||
# Contact: | ||
# Lucas Czech <[email protected]> | ||
# Department of Plant Biology, Carnegie Institution For Science | ||
# 260 Panama Street, Stanford, CA 94305, USA | ||
# Lucas Czech <[email protected]> | ||
# University of Copenhagen, Globe Institute, Section for GeoGenetics | ||
# Oster Voldgade 5-7, 1350 Copenhagen K, Denmark | ||
|
||
# -------------------------------------------------------------------------------------------------- | ||
# CMake Init | ||
|
@@ -357,10 +357,10 @@ ENDIF() | |
# AVX/AVX2 | ||
# ---------------------------------------------------------- | ||
|
||
IF(GENESIS_USE_AVX) | ||
# Included from modules dir tools/cmake | ||
include( IncludeAVX ) | ||
ENDIF() | ||
# IF(GENESIS_USE_AVX) | ||
# # Included from modules dir tools/cmake | ||
# include( IncludeAVX ) | ||
# ENDIF() | ||
|
||
# ---------------------------------------------------------- | ||
# htslib | ||
|