Skip to content

Commit

Permalink
Merge pull request InsightSoftwareConsortium#4095 from dzenanz/warnin…
Browse files Browse the repository at this point in the history
…gFix

Avoid CMake warning caused by feature test
  • Loading branch information
jhlegarreta committed Jul 5, 2023
2 parents fabc102 + 5bdcb06 commit 85409ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMake/itkTargetLinkLibrariesWithDynamicLookup.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ function(_itkCheckUndefinedSymbolsAllowed)

file(WRITE "${test_project_dir}/CMakeLists.txt"
"
cmake_minimum_required(VERSION ${CMAKE_MINIMUM_REQUIRED_VERSION})
project(undefined C)
add_library(foo SHARED \"foo.c\")
")
Expand Down

0 comments on commit 85409ea

Please sign in to comment.