From 4afd13dc4352077d37cdbf99b1f301f4213e4291 Mon Sep 17 00:00:00 2001 From: Markus Blatt <mblatt@dune-project.org> Date: Mon, 3 Sep 2012 15:24:53 +0000 Subject: [PATCH] No need to export target seperately. This is already handeled by dune_add_library. [[Imported from SVN: r6956]] --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index cca9c3313..1bec1d3fb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -26,7 +26,6 @@ add_subdirectory("doc") add_subdirectory("cmake/modules") add_subdirectory("cmake/scripts") -export(TARGETS dunecommon FILE DuneCommonTargets.cmake) # finalize the dune project, e.g. generating config.h etc. finalize_dune_project() include(CPack) -- GitLab