summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSam Spilsbury <smspillaz@gmail.com>2016-04-24 17:39:25 +0200
committerSam Spilsbury <smspillaz@gmail.com>2016-04-24 17:39:25 +0200
commitdf81fa11fc8972a5775a57ccde1e0ef8d7fbfe64 (patch)
tree21f5e69d89dcd56ae37b25e4b41f4cb5dd4ae552 /src
parentMerge pull request #1576 from smspillaz/fix-build-errors-03272016 (diff)
downloadyuzu-df81fa11fc8972a5775a57ccde1e0ef8d7fbfe64.tar
yuzu-df81fa11fc8972a5775a57ccde1e0ef8d7fbfe64.tar.gz
yuzu-df81fa11fc8972a5775a57ccde1e0ef8d7fbfe64.tar.bz2
yuzu-df81fa11fc8972a5775a57ccde1e0ef8d7fbfe64.tar.lz
yuzu-df81fa11fc8972a5775a57ccde1e0ef8d7fbfe64.tar.xz
yuzu-df81fa11fc8972a5775a57ccde1e0ef8d7fbfe64.tar.zst
yuzu-df81fa11fc8972a5775a57ccde1e0ef8d7fbfe64.zip
Diffstat (limited to 'src')
-rw-r--r--src/citra/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/citra/CMakeLists.txt b/src/citra/CMakeLists.txt
index 351752c1c..43fa06b4e 100644
--- a/src/citra/CMakeLists.txt
+++ b/src/citra/CMakeLists.txt
@@ -21,7 +21,7 @@ target_link_libraries(citra ${SDL2_LIBRARY} ${OPENGL_gl_LIBRARY} inih glad)
if (MSVC)
target_link_libraries(citra getopt)
endif()
-target_link_libraries(citra ${PLATFORM_LIBRARIES} ${CMAKE_THREAD_LIBS_INIT})
+target_link_libraries(citra ${PLATFORM_LIBRARIES} Threads::Threads)
if(${CMAKE_SYSTEM_NAME} MATCHES "Linux|FreeBSD|OpenBSD|NetBSD")
install(TARGETS citra RUNTIME DESTINATION "${CMAKE_INSTALL_PREFIX}/bin")