CMake: cleanup indentation

This commit is contained in:
Campbell Barton 2017-02-11 11:12:48 +11:00
parent c8223fd726
commit fb6d38d59c
4 changed files with 6 additions and 6 deletions

View file

@ -318,7 +318,7 @@ elseif(APPLE)
message("**************** lz4 lib:" ${LZ4_LIB_INCLUDE_DIRS}) message("**************** lz4 lib:" ${LZ4_LIB_INCLUDE_DIRS})
find_path(LZ4_STATIC lz4frame_static.h PATH ${LZ4_LIB_INCLUDE_DIRS}) find_path(LZ4_STATIC lz4frame_static.h PATH ${LZ4_LIB_INCLUDE_DIRS})
if(LZ4_STATIC-FOUND) if(LZ4_STATIC-FOUND)
add_definitions(-DLZ4_STATIC) add_definitions(-DLZ4_STATIC)
endif() endif()
pkg_check_modules(USB_LIB REQUIRED libusb-1.0) pkg_check_modules(USB_LIB REQUIRED libusb-1.0)
@ -368,7 +368,7 @@ elseif(UNIX)
message("**************** lz4 lib:" ${LZ4_LIB_INCLUDE_DIRS}) message("**************** lz4 lib:" ${LZ4_LIB_INCLUDE_DIRS})
find_path(LZ4_STATIC lz4frame_static.h PATH ${LZ4_LIB_INCLUDE_DIRS}) find_path(LZ4_STATIC lz4frame_static.h PATH ${LZ4_LIB_INCLUDE_DIRS})
if(LZ4_STATIC-FOUND) if(LZ4_STATIC-FOUND)
add_definitions(-DLZ4_STATIC) add_definitions(-DLZ4_STATIC)
endif() endif()
pkg_check_modules(USB_LIB REQUIRED libusb-1.0) pkg_check_modules(USB_LIB REQUIRED libusb-1.0)

View file

@ -142,8 +142,8 @@ set(MOC_HEADERS
historypane.h historypane.h
cleanupsettingspane.h cleanupsettingspane.h
penciltestpopup.h penciltestpopup.h
locatorpopup.h locatorpopup.h
styleshortcutswitchablepanel.h styleshortcutswitchablepanel.h
# Tracker file # Tracker file
dummyprocessor.h dummyprocessor.h
metnum.h metnum.h

View file

@ -204,7 +204,7 @@ set(CMAKE_INCLUDE_CURRENT_DIR ON)
set(incs) set(incs)
foreach(dir ${Qt5Widgets_INCLUDE_DIRS}) foreach(dir ${Qt5Widgets_INCLUDE_DIRS})
set(incs ${incs} -I${dir}) set(incs ${incs} -I${dir})
endforeach() endforeach()
qt5_add_resources(SOURCES ${RESOURCES}) qt5_add_resources(SOURCES ${RESOURCES})