why isn't cmake picking this up

pull/715/head
Rick V 5 years ago
parent 2644f173b0
commit 54d4932d74
No known key found for this signature in database
GPG Key ID: C0EDC8723FDC3465

@ -19,7 +19,7 @@ if(NOT MSVC_VERSION)
add_compile_options(-fno-ident -Wa,-mbig-obj)
link_libraries( -lshlwapi -ldbghelp )
add_definitions(-DWINVER=0x0500 -D_WIN32_WINNT=0x0500)
find_library(FS_LIB_NAME NAMES stdc++fs)
find_library(FS_LIB_NAME stdc++fs)
if(NOT FS_LIB_NAME STREQUAL FS_LIB_NAME-NOTFOUND)
set(FS_LIB ${FS_LIB_NAME})
endif()

Loading…
Cancel
Save