Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Commit

Permalink
Disable building of goeslrit, goesproc and goespackets
Browse files Browse the repository at this point in the history
  • Loading branch information
sam210723 authored Jun 2, 2019
1 parent 9fd004c commit 73bae4e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ if(${BUILD_GOESRECV})
add_subdirectory(src/goesrecv)
endif()

option(BUILD_GOESLRIT "Build goeslrit" ON)
option(BUILD_GOESLRIT "Build goeslrit" OFF)
if(${BUILD_GOESLRIT})
add_subdirectory(src/goeslrit)
endif()
Expand All @@ -107,7 +107,7 @@ if(${BUILD_GOESEMWIN})
add_subdirectory(src/goesemwin)
endif()

option(BUILD_GOESPROC "Build goesproc" ON)
option(BUILD_GOESPROC "Build goesproc" OFF)
if(${BUILD_GOESPROC})
add_subdirectory(src/goesproc)

Expand Down Expand Up @@ -142,7 +142,7 @@ if(${BUILD_GOESPROC})
COMPONENT goestools)
endif()

option(BUILD_GOESPACKETS "Build goespackets" ON)
option(BUILD_GOESPACKETS "Build goespackets" OFF)
if(${BUILD_GOESPACKETS})
add_subdirectory(src/goespackets)
endif()

0 comments on commit 73bae4e

Please sign in to comment.