Skip to content

Commit

Permalink
Bugfix in cmake configuration for tixi3 (#100)
Browse files Browse the repository at this point in the history
fixes #96
  • Loading branch information
joergbrech authored and rainman110 committed Jul 25, 2017
1 parent cac8df5 commit 928149a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/tixi-config.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ if(NOT TARGET ${TIXI_LIB_NAME})
endif()

# These are IMPORTED targets created by tixi-targets.cmake
set(TIXI_LIBRARIES ${TIXI_LIB_NAME})
set(TIXI_LIBRARIES @TIXI_LIB_NAME@)

0 comments on commit 928149a

Please sign in to comment.