CI/Travis: Fix newly introduced cmake failure in Travis-CI after adding {fmt} (#3837)

* ci: Verify Travis works with cmake fix

* ci: Scope travis-ci to only `master` branch again
This commit is contained in:
Tyler Wilding 2020-10-17 00:44:39 -04:00 committed by GitHub
parent a4b307a3bd
commit 2ff231c27d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 3 deletions

View File

@ -100,6 +100,3 @@ else()
INSTALL(FILES "${CMAKE_SOURCE_DIR}/linux_various/PCSX2-linux.sh" DESTINATION "${CMAKE_SOURCE_DIR}/bin")
endif()
endif()
# Link Libraries
target_link_libraries(PCSX2 fmt::fmt)

View File

@ -774,6 +774,7 @@ set(pcsx2FinalSources
set(pcsx2FinalLibs
Utilities
x86emitter
fmt::fmt
${wxWidgets_LIBRARIES}
${GTK2_LIBRARIES}
${ZLIB_LIBRARIES}