Skip to content
This repository has been archived by the owner on Apr 16, 2019. It is now read-only.

Commit

Permalink
fix typo expanding LIB_LINKER
Browse files Browse the repository at this point in the history
  • Loading branch information
mlandres committed Jun 12, 2012
1 parent b8875c9 commit 3174163
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macros.cmake
Expand Up @@ -155,7 +155,7 @@ MACRO( FIND_LIB_DEPENDENCIES ) # try to find all libs from ${LIB_DEPS}
FIND_PACKAGE( ${p} REQUIRED )
SET( CMAKE_INCLUDE_PATH ${${p}_INCLUDE_DIR} ${CMAKE_INCLUDE_PATH} )
SET( CMAKE_INCLUDE_PATH ${${p}_INCLUDE_DIRS} ${CMAKE_INCLUDE_PATH} )
SET( ${LIB_LINKER} ${${p}_LIBRARIES} ${LIB_LINKER} )
SET( LIB_LINKER ${${p}_LIBRARIES} ${LIB_LINKER} )
ENDFOREACH()

IF( PLUGINNAME )
Expand Down

0 comments on commit 3174163

Please sign in to comment.