Skip to content

Commit

Permalink
#7 Remove un-needed curly braces
Browse files Browse the repository at this point in the history
  • Loading branch information
Ceylo committed Dec 10, 2015
1 parent 54e0cfe commit d6beae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/Modules/FindASS.cmake
Expand Up @@ -52,7 +52,7 @@ set(LIBASS_INCLUDE_DIRS ${LIBASS_INCLUDE_DIR} )

# On Windows we assume that only static version of libass is used (this is the default build type)
# so we also link against its dependencies (libass does not provide any Find*.cmake script to simplify this aspect)
if (${CMAKE_HOST_WIN32})
if (CMAKE_HOST_WIN32)
find_library(FREETYPE_LIBRARY NAMES freetype
PATHS ${LIBRARY_SEARCH_PATHS} ${FREETYPE_ROOT} $ENV{FREETYPE_ROOT}
HINTS ${PC_LIBASS_LIBDIR} ${PC_LIBASS_LIBRARY_DIRS})
Expand Down

0 comments on commit d6beae0

Please sign in to comment.