Skip to content

Commit 8366a75

Browse files
committed
comment out old flag
1 parent 4dfa298 commit 8366a75

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
@@ -400,7 +400,7 @@ if (NOT HIGHS_COVERAGE AND NOT APPLE)
400400
if(CMAKE_SYSTEM_PROCESSOR MATCHES "^(ppc64|powerpc64)")
401401
check_cxx_compiler_flag("-mpopcntd" COMPILER_SUPPORTS_POPCNTD)
402402
if(COMPILER_SUPPORTS_POPCNTD)
403-
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -mpopcntd")
403+
# set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -mpopcntd")
404404
add_compile_options("$<$<COMPILE_LANGUAGE:CXX>:-mpopcntd>")
405405
endif()
406406
else()

0 commit comments

Comments
 (0)