blob: 1a9fcecd551736ee05623cc8c9c4da4c0fec0f3b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- CMakeLists.txt.orig 2023-01-19 21:30:11 UTC
+++ CMakeLists.txt
@@ -222,7 +222,7 @@ elseif(UNIX AND NOT APPLE)
target_link_libraries(SHADERed ${GLEW_LIBRARIES} ${SDL2_LIBRARIES} ${GTK_LIBRARIES} ${CMAKE_DL_LIBS})
if (NOT DONT_LINK_FILESYSTEM)
- target_link_libraries(SHADERed stdc++fs pthread m dl)
+ target_link_libraries(SHADERed pthread m dl)
endif()
elseif(APPLE)
target_link_libraries(SHADERed GLEW::GLEW ${SDL2_LIBRARIES} ${GTK_LIBRARIES} ${CMAKE_DL_LIBS})
|