Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Doodle1106 authored Jul 16, 2019
1 parent f668631 commit 0e1bd2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion software/SLAM/ygz_slam_ros/Thirdparty/fast/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ SET(SOURCES ${PROJECT_SOURCE_DIR}/src/fast_10.cpp
${PROJECT_SOURCE_DIR}/src/fast_10_score.cpp
${PROJECT_SOURCE_DIR}/src/nonmax_3x3.cpp)
IF(IS_ARM)
LIST(APPEND SOURCES ${PROJECT_SOURCE_DIR}/src/faster_corner_9_neon.cpp)
# LIST(APPEND SOURCES ${PROJECT_SOURCE_DIR}/src/faster_corner_9_neon.cpp)
ELSE()
LIST(APPEND SOURCES ${PROJECT_SOURCE_DIR}/src/faster_corner_10_sse.cpp)
ENDIF()
Expand Down

0 comments on commit 0e1bd2b

Please sign in to comment.