Skip to content
Snippets Groups Projects
Commit 4e857d66 authored by Rashad Kanavath's avatar Rashad Kanavath
Browse files

BUG: mantis #1443. fix configure with cmake 3.9 (patch by Bas)

parent 2bb6f037
No related branches found
No related tags found
No related merge requests found
......@@ -51,8 +51,6 @@ if( CMAKE_COMPILER_IS_GNUCC OR CMAKE_COMPILER_IS_GNUCXX )
message(FATAL_ERROR "Impossible to compile libsiftfast. Contact OTB development team")
endif()
set(OTB_DISABLE_FAST_FUNCTIONS_VALUE 1)
else()
message(STATUS "Try to compile libsiftfast.cpp done.")
endif()
set(CMAKE_CXX_FLAGS_RELEASE "-O3 -g")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment