diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2019-06-06 17:41:56 +0200 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2019-06-06 17:41:56 +0200 |
| commit | 50b1c0878085b5f231616d78f1f1775874b1c9ae (patch) | |
| tree | 49837c8c52b5f4869ab791d925adfdaa774cd5e9 | |
| parent | 228f1105ac8ad7ce19801fea85e888ea2eac5d3e (diff) | |
| parent | c5cc558d6fde31d0064fd2de45dc606abd18c106 (diff) | |
Merge remote-tracking branch 'origin/master'
| -rw-r--r-- | CMake/macros.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMake/macros.cmake b/CMake/macros.cmake index 43da7c7df..e54d98455 100644 --- a/CMake/macros.cmake +++ b/CMake/macros.cmake @@ -85,7 +85,7 @@ macro(FL_ADD_LIBRARY LIBNAME LIBTYPE LIBFILES) if (MSVC) if (OPTION_LARGE_FILE) - set_target_properties(${LIBRARYNAME} + set_target_properties(${LIBRARY_NAME} PROPERTIES LINK_FLAGS /LARGEADDRESSAWARE ) |
