We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5023223 commit f63b5e6Copy full SHA for f63b5e6
CMakeLists.txt
@@ -82,7 +82,7 @@ if(MSVC)
82
83
if(WITH_TOOLS)
84
find_path(GETOPT_INCLUDE_DIR getopt.h PATH_SUFFIXES include)
85
- find_library(GETOPT_LIBRARIES wingetopt PATH_SUFFIXES lib)
+ find_library(GETOPT_LIBRARIES getopt PATH_SUFFIXES lib)
86
include_directories(${GETOPT_INCLUDE_DIR})
87
endif(WITH_TOOLS)
88
endif(MSVC)
0 commit comments