Skip to content

Commit

Permalink
remove GLOBAL from Corrosion::Generator target.
Browse files Browse the repository at this point in the history
  • Loading branch information
ratmice committed Feb 10, 2022
1 parent 0b0b182 commit cd9e131
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/CorrosionConfig.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ endif()

list(APPEND CMAKE_MODULE_PATH "${PACKAGE_PREFIX_DIR}/@CORROSION_INSTALL_PREFIX@@CMAKE_INSTALL_DATADIR@/cmake")

add_executable(Corrosion::Generator IMPORTED GLOBAL)
add_executable(Corrosion::Generator IMPORTED)

if(IS_ABSOLUTE @CMAKE_INSTALL_LIBEXECDIR@)
set(_CORROSION_GENERATOR_DESTINATION "@CMAKE_INSTALL_LIBEXECDIR@")
Expand Down

0 comments on commit cd9e131

Please sign in to comment.