Skip to content

Commit

Permalink
Deactivate CMake AVX detection
Browse files Browse the repository at this point in the history
  • Loading branch information
lczech committed Jun 18, 2024
1 parent 18356da commit 76b24dd
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 76b24dd

Please sign in to comment.