Skip to content

Commit

Permalink
fix cmake for arome
Browse files Browse the repository at this point in the history
  • Loading branch information
vcloarec committed Jan 14, 2025
1 parent 559e844 commit 0dd6934
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/dataProviders/meteofrance-api/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ SET(REOS_MF_API_HEADERS
)

IF(WITH_GUI)
SET(REOS_MF_API_SOURCES
SET(REOS_MF_API_SOURCES ${REOS_MF_API_SOURCES}
reosmeteofrancearomeapiwidget.cpp
)

SET(REOS_MF_API_HEADERS
SET(REOS_MF_API_HEADERS ${REOS_MF_API_HEADERS}
reosmeteofrancearomeapiwidget.h
)
ENDIF(WITH_GUI)
Expand Down

0 comments on commit 0dd6934

Please sign in to comment.