Skip to content

Commit

Permalink
dynamic linking is now default (switch on static with cmake -DSTATIC=ON)
Browse files Browse the repository at this point in the history
  • Loading branch information
philres committed Jun 26, 2017
1 parent ec8ec87 commit 2ea5c8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ project(NextGenMap-LR)

include(CheckCXXCompilerFlag)

option(STATIC "Build static binary" ON)
option(STATIC "Build static binary" OFF)

set( NGM_VERSION_MAJOR 0 )
set( NGM_VERSION_MINOR 2 )
Expand Down

0 comments on commit 2ea5c8a

Please sign in to comment.