File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ OPTION(PopSift_USE_POSITION_INDEPENDENT_CODE "Generate position independent code
1010OPTION (PopSift_USE_GRID_FILTER "Switch off grid filtering to massively reduce compile time while debugging other things." ON )
1111OPTION (PopSift_USE_NORMF "The __normf function computes Euclidian distance on large arrays. Fast but stability is uncertain." OFF )
1212OPTION (PopSift_USE_TEST_CMD "Add testing step for functional verification" OFF )
13- OPTION (PopSift_BOOST_USE_STATIC_LIBS "Link examples with static Boost libraries" OFF )
1413OPTION (PopSift_NVCC_WARNINGS "Switch on several additional warning for CUDA nvcc" OFF )
1514
1615if (PopSift_USE_POSITION_INDEPENDENT_CODE)
Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.0)
22project (PopsiftDemo LANGUAGES CXX)
33
4+ OPTION (PopSift_BOOST_USE_STATIC_LIBS "Link examples with static Boost libraries" OFF )
5+
46if (TARGET popsift)
57 # when compiled in the repository the target is already defined
68 add_library (PopSift::popsift ALIAS popsift)
You can’t perform that action at this time.
0 commit comments