Skip to content
Snippets Groups Projects
Commit c134f61e authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

Remove non-needed linkdirs that confuse cmake macos rpath mechanisms

parent ee6c7d17
No related branches found
No related tags found
No related merge requests found
......@@ -30,10 +30,3 @@ else (USESYSTEMLIBS)
set(VORBISFILE_LIBRARIES vorbisfile)
endif (WINDOWS)
endif (USESYSTEMLIBS)
link_directories(
${VORBIS_LIBRARY_DIRS}
${VORBISENC_INCLUDE_DIRS}
${VORBISFILE_LIBRARY_DIRS}
${OGG_LIBRARY_DIRS}
)
......@@ -15,5 +15,3 @@ else ()
endif()
set(FREETYPE_LIBRARIES freetype)
endif ()
link_directories(${FREETYPE_LIBRARY_DIRS})
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment