From d55ad61323429b093c77c5e0f3c26b5e16bca075 Mon Sep 17 00:00:00 2001 From: Matthias Hochsteger Date: Tue, 23 Jan 2018 10:06:12 +0100 Subject: [PATCH] Install nglib header to same dir as nginterface --- nglib/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nglib/CMakeLists.txt b/nglib/CMakeLists.txt index 965abc84..cf5e192d 100644 --- a/nglib/CMakeLists.txt +++ b/nglib/CMakeLists.txt @@ -43,4 +43,4 @@ if(USE_PYTHON) endif(USE_PYTHON) install(TARGETS nglib ${NG_INSTALL_DIR}) -install(FILES nglib.h DESTINATION ${NG_INSTALL_DIR_INCLUDE}/include COMPONENT netgen_devel) +install(FILES nglib.h DESTINATION ${NG_INSTALL_DIR_INCLUDE} COMPONENT netgen_devel)