Commit a72913a5 authored by Antony T Curtis's avatar Antony T Curtis

fix indent

parent 8e4f1619
...@@ -8,7 +8,7 @@ INCLUDE_DIRECTORIES(BEFORE ${Boost_INCLUDE_DIRS}) ...@@ -8,7 +8,7 @@ INCLUDE_DIRECTORIES(BEFORE ${Boost_INCLUDE_DIRS})
FIND_PACKAGE(JUDY) FIND_PACKAGE(JUDY)
IF(NOT JUDY_FOUND) IF(NOT JUDY_FOUND)
MESSAGE(STATUS "Judy not found") MESSAGE(STATUS "Judy not found")
RETURN() RETURN()
ENDIF() ENDIF()
INCLUDE_DIRECTORIES(${JUDY_INCLUDE_DIR}) INCLUDE_DIRECTORIES(${JUDY_INCLUDE_DIR})
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment