Skip to content

Commit

Permalink
remove bz
Browse files Browse the repository at this point in the history
  • Loading branch information
iosfwd committed Jul 17, 2023
1 parent a5e4ff1 commit 6f11184
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ if(APPLE)
${BZIP2})
target_link_options(kmc_core PRIVATE -lm -static-libgcc -static-libstdc++ -O3 -pthread -std=c++14)
endif()
>>>>>>> ARM_support_merge
else()
target_compile_options(kmc_core PRIVATE -O3 -m64 -static -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -std=c++14)
target_link_libraries(kmc_core PRIVATE
Expand Down Expand Up @@ -171,7 +170,6 @@ if(APPLE)
${BZIP2})
target_link_options(kmc_tools PRIVATE -lm -static-libgcc -static-libstdc++ -O3 -pthread -std=c++14)
endif()
>>>>>>> ARM_support_merge
else()
target_compile_options(kmc_tools PRIVATE -O3 -m64 -static -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -std=c++14)
target_link_libraries(kmc_tools PRIVATE
Expand Down

0 comments on commit 6f11184

Please sign in to comment.