|
@@ -239,13 +239,13 @@ if (LEMMA_USE_BOOST)
|
239
|
239
|
)
|
240
|
240
|
if(Boost_FOUND)
|
241
|
241
|
include_directories(${Boost_INCLUDE_DIRS})
|
242
|
|
- endif()
|
243
|
|
- find_path( HAVE_BOOST_SPECIAL_FUNCTIONS "boost/math/special_functions.hpp" )
|
244
|
|
- if(HAVE_BOOST_SPECIAL_FUNCTIONS)
|
245
|
|
- add_definitions(-DHAVE_BOOST_SPECIAL_FUNCTIONS)
|
|
242
|
+ find_path( HAVE_BOOST_SPECIAL_FUNCTIONS "boost/math/special_functions.hpp" )
|
|
243
|
+ if(HAVE_BOOST_SPECIAL_FUNCTIONS)
|
|
244
|
+ add_definitions(-DHAVE_BOOST_SPECIAL_FUNCTIONS)
|
|
245
|
+ endif()
|
246
|
246
|
endif()
|
247
|
247
|
find_path( HAVE_BOOST_PROGRESS "boost/progress.hpp" )
|
248
|
|
- if(HAVE_BOOST_PROGRESS)
|
|
248
|
+ if(HAVE_BOOST_PROGRESS)
|
249
|
249
|
add_definitions(-DHAVE_BOOST_PROGRESS)
|
250
|
250
|
endif()
|
251
|
251
|
endif()
|