Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
JensUweUlrich authored Mar 16, 2022
1 parent 68b63d2 commit 9bb5801
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/basecaller/Guppy/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,19 +36,13 @@ else()
set_target_properties(GuppyClient PROPERTIES
IMPORTED_LOCATION "${CMAKE_CURRENT_BINARY_DIR}/libGuppyCppClient_gcc-8.a"
)
<<<<<<< HEAD
elseif(CMAKE_CXX_COMPILER_VERSION VERSION_LESS 10.0)
set_target_properties(GuppyClient PROPERTIES
IMPORTED_LOCATION "${CMAKE_CURRENT_BINARY_DIR}/libGuppyCppClient_gcc-9.a"
)
else()
set_target_properties(GuppyClient PROPERTIES
IMPORTED_LOCATION "${CMAKE_CURRENT_BINARY_DIR}/libGuppyCppClient_gcc-10.a"
=======
else()
set_target_properties(GuppyClient PROPERTIES
IMPORTED_LOCATION "${CMAKE_CURRENT_BINARY_DIR}/libGuppyCppClient_gcc-9.a"
>>>>>>> master
)
endif()
endif()
Expand Down

0 comments on commit 9bb5801

Please sign in to comment.