diff options
Diffstat (limited to 'Templates/configure')
-rwxr-xr-x | Templates/configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Templates/configure b/Templates/configure index 7bea923..480d15b 100755 --- a/Templates/configure +++ b/Templates/configure @@ -2289,9 +2289,9 @@ fi CMAKE_SHLIB_SUFFIX=".dylib" CMAKE_MODULE_SUFFIX=".so" CMAKE_DL_LIBS="" - CMAKE_SHLIB_BUILD_FLAGS="-dynamiclib -undefined warning" #undefined warning must go away once dylibs link in + CMAKE_SHLIB_BUILD_FLAGS="-dynamiclib" CMAKE_SHLIB_LINK_FLAGS="" - CMAKE_MODULE_BUILD_FLAGS="-bundle -undefined warning" #undefined warning must go away once dylibs link in + CMAKE_MODULE_BUILD_FLAGS="-bundle" CMAKE_MODULE_LINK_FLAGS="" CMAKE_SHLIB_RUNTIME_FLAG="" CMAKE_SHLIB_RUNTIME_SEP=":" |