Fix typo in CMake macro FL_ADD_LIBRARY
This commit is contained in:
parent
5ab26a17b0
commit
c5cc558d6f
@ -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
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user