Skip to content

Commit a31957c

Browse files
authored
Update CMakeLists to check WIN32 and MSVC for hydrasdr.rc
1 parent eb490d1 commit a31957c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libhydrasdr/src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ if( ${CYGWIN} )
6060
SET(WIN32 ON)
6161
endif( ${CYGWIN} )
6262

63-
if( ${WIN32} AND NOT MINGW )
63+
if(WIN32 AND MSVC)
6464
list(APPEND _C_SOURCES_ win32/hydrasdr.rc)
6565
endif()
6666

0 commit comments

Comments
 (0)