mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-06-11 18:28:55 -04:00
Only build map65 on Windows
This commit is contained in:
+4
-2
@@ -1401,8 +1401,10 @@ else (${OPENMP_FOUND} OR APPLE)
|
||||
target_link_libraries (jt9 wsjt_fort wsjt_cxx fort_qt)
|
||||
endif (${OPENMP_FOUND} OR APPLE)
|
||||
|
||||
# build map65
|
||||
add_subdirectory (map65)
|
||||
if (WIN32)
|
||||
# build map65
|
||||
add_subdirectory (map65)
|
||||
endif ()
|
||||
|
||||
# build the main application
|
||||
generate_version_info (wsjtx_VERSION_RESOURCES
|
||||
|
||||
Reference in New Issue
Block a user