Skip to content

Commit

Permalink
do not show message
Browse files Browse the repository at this point in the history
Signed-off-by: Uilian Ries <[email protected]>
  • Loading branch information
uilianries committed Jul 28, 2024
1 parent 6dbcb18 commit 3822063
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Config.cmake/fmixml.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -180,10 +180,8 @@ set(FMIXMLSOURCE
)

if(FMILIB_SYSTEM_EXPAT)
find_package(EXPAT CONFIG REQUIRED)
add_library(expat ALIAS ${expat_LIBRARIES})
# set(expat ${expat_LIBRARIES})
message(STATUS "******** expat_LIBRARIES: ${expat_LIBRARIES}")
find_package(EXPAT REQUIRED)
set(expat ${EXPAT_LIBRARIES})
else()
include(ExternalProject)

Expand Down

0 comments on commit 3822063

Please sign in to comment.