Skip to content

Commit

Permalink
drop trailing space
Browse files Browse the repository at this point in the history
maint.mk rules complain..
  • Loading branch information
klali committed Jun 22, 2016
1 parent 8bf1360 commit e6916b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions u2f-host/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
include(CheckIncludeFiles)
include(CheckFunctionExists)
include(CheckFunctionExists)

# ==========
# Check for stdint.h presence
Expand Down Expand Up @@ -43,7 +43,7 @@ source_group(headers\\inc FILES ${HEADERS_INC})
# ==========
set(GL_DIR ${CMAKE_SOURCE_DIR}/gl)
set(SOURCE_GL ${GL_DIR}/sha256.c ${GL_DIR}/check-version.c ${GL_DIR}/strverscmp.c)
set_source_files_properties(${GL_DIR}/check-version.c PROPERTIES COMPILE_DEFINITIONS VERSION="${VERSION}")
set_source_files_properties(${GL_DIR}/check-version.c PROPERTIES COMPILE_DEFINITIONS VERSION="${VERSION}")
source_group(sources\\gl FILES ${SOURCE_GL})
include_directories(${GL_DIR})
set(HEADERS_GL ${GL_DIR}/sha256.h ${GL_DIR}/check-version.h)
Expand Down

0 comments on commit e6916b1

Please sign in to comment.