mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-06 06:51:26 +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
|
PUBLIC
|
||||||
3rdparty::stblib
|
3rdparty::stblib
|
||||||
3rdparty::libevdev
|
3rdparty::libevdev
|
||||||
PRIVATE
|
|
||||||
rpcs3_emu
|
rpcs3_emu
|
||||||
|
PRIVATE
|
||||||
rpcs3_ui
|
rpcs3_ui
|
||||||
3rdparty::discordRPC
|
3rdparty::discordRPC
|
||||||
3rdparty::qt6
|
3rdparty::qt6
|
||||||
|
@ -187,9 +187,7 @@ if (NOT ANDROID)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
# Unit tests
|
# Unit tests
|
||||||
if(BUILD_RPCS3_TESTS AND CMAKE_SYSTEM_NAME STREQUAL "Linux" AND CMAKE_C_COMPILER_ID STREQUAL "GNU")
|
if(BUILD_RPCS3_TESTS)
|
||||||
message(STATUS "FIXME: Unit tests are currently not linking with GCC")
|
|
||||||
elseif(BUILD_RPCS3_TESTS)
|
|
||||||
enable_testing()
|
enable_testing()
|
||||||
find_package(GTest REQUIRED)
|
find_package(GTest REQUIRED)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue