mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-02 13:01:27 +12:00
CMake: try to fix gcc
This commit is contained in:
parent
9146076e28
commit
7a9733dcca
1 changed files with 2 additions and 4 deletions
|
@ -67,8 +67,8 @@ if (NOT ANDROID)
|
|||
PUBLIC
|
||||
3rdparty::stblib
|
||||
3rdparty::libevdev
|
||||
PRIVATE
|
||||
rpcs3_emu
|
||||
PRIVATE
|
||||
rpcs3_ui
|
||||
3rdparty::discordRPC
|
||||
3rdparty::qt6
|
||||
|
@ -187,9 +187,7 @@ if (NOT ANDROID)
|
|||
endif()
|
||||
|
||||
# Unit tests
|
||||
if(BUILD_RPCS3_TESTS AND CMAKE_SYSTEM_NAME STREQUAL "Linux" AND CMAKE_C_COMPILER_ID STREQUAL "GNU")
|
||||
message(STATUS "FIXME: Unit tests are currently not linking with GCC")
|
||||
elseif(BUILD_RPCS3_TESTS)
|
||||
if(BUILD_RPCS3_TESTS)
|
||||
enable_testing()
|
||||
find_package(GTest REQUIRED)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue