mirror of
https://github.com/fltk/fltk.git
synced 2026-05-20 22:36:19 +08:00
Fix typo in CMake macro FL_ADD_LIBRARY
This commit is contained in:
+1
-1
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user