Skip to content
This repository was archived by the owner on Jul 24, 2021. It is now read-only.

Commit

Permalink
Fix reach of the imported 3ds::sf2d
Browse files Browse the repository at this point in the history
  • Loading branch information
Lectem committed Sep 6, 2015
1 parent c93606e commit 1a1de00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/FindSF2D.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ if(SF2D_FOUND)
set(SF2D ${LIBSF2D_INCLUDE_DIR}/..)
message(STATUS "setting SF2D to ${SF2D}")

add_library(3ds::sf2d STATIC IMPORTED)
add_library(3ds::sf2d STATIC IMPORTED GLOBAL)
set_target_properties(3ds::sf2d PROPERTIES
IMPORTED_LOCATION "${LIBSF2D_LIBRARY}"
INTERFACE_INCLUDE_DIRECTORIES "${LIBSF2D_INCLUDE_DIR}"
Expand Down

0 comments on commit 1a1de00

Please sign in to comment.