mirror of
https://github.com/rtlsdrblog/rtl-sdr-blog.git
synced 2025-07-09 10:55:11 +02:00
fix for msvc14
This commit is contained in:
@ -55,6 +55,9 @@ if(CMAKE_COMPILER_IS_GNUCC AND NOT WIN32)
|
||||
ADD_DEFINITIONS(-Wdeclaration-after-statement)
|
||||
#http://gcc.gnu.org/wiki/Visibility
|
||||
add_definitions(-fvisibility=hidden)
|
||||
elseif(MSVC14 OR MSVC14)
|
||||
#pthread-w32 issue, timespec is now part of time.h
|
||||
ADD_DEFINITIONS(-D_TIMESPEC_DEFINED)
|
||||
endif()
|
||||
|
||||
########################################################################
|
||||
|
Reference in New Issue
Block a user