Revision 02d622602e0552f8bf6df13762acf4446f02db47 authored by Konrad Werys on 14 November 2018, 11:57:33 UTC, committed by Konrad Werys on 14 November 2018, 12:01:08 UTC
1 parent 09dae69
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 ...