Skip to content

Commit

Permalink
fix typo in target namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
zerotacg committed Jul 5, 2024
1 parent 5733ded commit e741fca
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -417,11 +417,11 @@ IF(WITH_NEL)
# Aliases for targets
SET(NELMISC_LIBRARIES NeL::misc)
SET(NELNET_LIBRARIES NeL::net)
SET(NELLIGO_LIBRARIES Nel::ligo)
SET(NELGEORGES_LIBRARIES Nel::georges)
SET(NELLIGO_LIBRARIES NeL::ligo)
SET(NELGEORGES_LIBRARIES NeL::georges)
SET(NEL3D_LIBRARIES NeL::3d)
SET(NELGUI_LIBRARIES Nel::gui)
SET(NELSOUND_LIBRARIES Nel::sound)
SET(NELGUI_LIBRARIES NeL::gui)
SET(NELSOUND_LIBRARIES NeL::sound)

set(subprojects
NeL
Expand Down

0 comments on commit e741fca

Please sign in to comment.