From 2bad0327e7ac29ffdd224545a7b2b841b9225a7b Mon Sep 17 00:00:00 2001 From: Matthias Hochsteger Date: Thu, 9 Apr 2015 13:19:51 +0200 Subject: [PATCH] fix for cmake install components --- nglib/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nglib/CMakeLists.txt b/nglib/CMakeLists.txt index e10fd871..afcba472 100644 --- a/nglib/CMakeLists.txt +++ b/nglib/CMakeLists.txt @@ -45,4 +45,4 @@ endif(USE_PYTHON) # install(TARGETS nglib ng_vol ng_stl ${ng_install_dir}) # endif(NOT WIN32) -install(TARGETS nglib COMPONENT netgen ${ng_install_dir}) +install(TARGETS nglib ${ng_install_dir})