Skip to content

Commit

Permalink
removing a tiny bug in exporting static library config
Browse files Browse the repository at this point in the history
  • Loading branch information
arijitsh committed May 29, 2024
1 parent 35e6c92 commit 3600189
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 3600189

Please sign in to comment.