Skip to content

Commit

Permalink
fix build after rename of p8-platform
Browse files Browse the repository at this point in the history
  • Loading branch information
FernetMenta committed Jan 20, 2016
1 parent 187fddc commit 2ebd0d6
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 @@ -61,7 +61,7 @@ list(APPEND VDR_SOURCES src/client.cpp
src/VNSIRecording.cpp
src/VNSISession.cpp)

list(APPEND DEPLIBS ${platform_LIBRARIES})
list(APPEND DEPLIBS ${p8-platform_LIBRARIES})
if(WIN32)
list(APPEND DEPLIBS ws2_32)
endif()
Expand Down

0 comments on commit 2ebd0d6

Please sign in to comment.