Skip to content

Commit

Permalink
Merge pull request #18 from arijitsh/meelgroup
Browse files Browse the repository at this point in the history
Removing a tiny bug in exporting static library config
  • Loading branch information
msoos authored May 29, 2024
2 parents 35e6c92 + 3600189 commit e47aad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unigenConfig.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ include("${UNIGEN_CMAKE_DIR}/@UNIGEN_TARGETS_FILENAME@")
# These are IMPORTED targets created by @SCALMC_TARGETS_FILENAME@
set(UNIGEN_LIBRARIES unigen)
set(UNIGEN_STATIC_LIBRARIES unigen)
set(UNIGEN_STATIC_LIBRARIES_DEPS UNIGEN_STATIC_DEPS@)
set(UNIGEN_STATIC_LIBRARIES_DEPS @UNIGEN_STATIC_DEPS@)
set(UNIGEN_VERSION_MAJOR @PROJECT_VERSION_MAJOR@)
set(UNIGEN_VERSION_MINOR @PROJECT_VERSION_MINOR@)
set(UNIGEN_EXECUTABLE unigen)

0 comments on commit e47aad8

Please sign in to comment.