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

Commit 72c2cf7

Browse files
committed
Fix compile issue with Win 32-bit and add SSE3 to main
1 parent b8c0785 commit 72c2cf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@ endif()
602602

603603
if (NOT IQTREE_FLAGS MATCHES "avx" AND NOT IQTREE_FLAGS MATCHES "fma")
604604
if (NOT IQTREE_FLAGS MATCHES "nosse")
605-
set_target_properties(iqtree ncl nclextra utils pda lbfgsb whtest sprng vectorclass model gsl alignment tree yaml-cpp phyloYAML PROPERTIES COMPILE_FLAGS "${SSE_FLAGS}")
605+
set_target_properties(iqtree ncl nclextra utils pda lbfgsb whtest sprng vectorclass model gsl alignment tree yaml-cpp phyloYAML main PROPERTIES COMPILE_FLAGS "${SSE_FLAGS}")
606606
if (USE_TERRAPHAST)
607607
set_target_properties(terrace terraphast PROPERTIES COMPILE_FLAGS "${SSE_FLAGS}")
608608
endif()

0 commit comments

Comments
 (0)