Only build map65 on Windows

This commit is contained in:
Bill Somerville 2021-06-02 18:54:41 +01:00
parent d97f6cb60c
commit 068a96a489
No known key found for this signature in database
GPG Key ID: D864B06D1E81618F

View File

@ -1401,8 +1401,10 @@ else (${OPENMP_FOUND} OR APPLE)
target_link_libraries (jt9 wsjt_fort wsjt_cxx fort_qt) target_link_libraries (jt9 wsjt_fort wsjt_cxx fort_qt)
endif (${OPENMP_FOUND} OR APPLE) endif (${OPENMP_FOUND} OR APPLE)
# build map65 if (WIN32)
add_subdirectory (map65) # build map65
add_subdirectory (map65)
endif ()
# build the main application # build the main application
generate_version_info (wsjtx_VERSION_RESOURCES generate_version_info (wsjtx_VERSION_RESOURCES