Revision c6d23f52bf7d7de2698a41518f6c2638decc9d6b authored by Konrad Werys on 26 October 2018, 15:54:52 UTC, committed by Konrad Werys on 26 October 2018, 15:54:52 UTC
1 parent 199c910
nr3.cmake
if(USE_NR3)
SET(NR3_RECIPES_DIR ${CMAKE_SOURCE_DIR}/../NumericalRecipes3/code)
if(EXISTS ${NR3_RECIPES_DIR})
include_directories (${NR3_RECIPES_DIR})
# TODO: build NR3
set(OxSmolli2_LIBS_TO_LINK ${OxSmolli2_LIBS_TO_LINK} NR2)
message("Using NR3")
else()
set(USE_NR3 OFF)
endif()
endif(USE_NR3)
Computing file changes ...