Skip to content

Commit f63b5e6

Browse files
committed
getopt library's name has been corrected.
1 parent 5023223 commit f63b5e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ if(MSVC)
8282

8383
if(WITH_TOOLS)
8484
find_path(GETOPT_INCLUDE_DIR getopt.h PATH_SUFFIXES include)
85-
find_library(GETOPT_LIBRARIES wingetopt PATH_SUFFIXES lib)
85+
find_library(GETOPT_LIBRARIES getopt PATH_SUFFIXES lib)
8686
include_directories(${GETOPT_INCLUDE_DIR})
8787
endif(WITH_TOOLS)
8888
endif(MSVC)

0 commit comments

Comments
 (0)