Skip to content

Commit

Permalink
fix: error in endif()
Browse files Browse the repository at this point in the history
  • Loading branch information
prateekmedia committed Jul 15, 2023
1 parent 9ccd17d commit be09f5b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
cmake_minimum_required (VERSION 3.0.2)

project (CCExtractor)

option (WITH_FFMPEG "Build using FFmpeg demuxer and decoder" OFF)
Expand Down Expand Up @@ -65,7 +64,7 @@ if (${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
else()
include_directories("/usr/local/include")
endif()
endif
endif()

include_directories(${PROJECT_SOURCE_DIR}/thirdparty/zlib)
include_directories(${PROJECT_SOURCE_DIR}/thirdparty/freetype/include)
Expand Down

0 comments on commit be09f5b

Please sign in to comment.