Skip to content

Commit

Permalink
missing () in cmake else
Browse files Browse the repository at this point in the history
  • Loading branch information
mpromonet committed Nov 11, 2021
1 parent a7c52c4 commit 4da62a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ if (WITH_X264)
include_directories(${X264_INCLUDE_DIR})
target_link_libraries(${PROJECT_NAME} ${X264_LIBRARIES})
add_definitions(-DHAVE_X264)
else
else()
message(FATAL_ERROR "x264 enabled but not found")
endif()
endif()
Expand Down

0 comments on commit 4da62a5

Please # to comment.