summaryrefslogtreecommitdiff
path: root/cmakeconfig
diff options
context:
space:
mode:
authorMarcel Hollerbach <marcel-hollerbach@t-online.de>2015-11-25 16:10:27 +0100
committerMarcel Hollerbach <marcel-hollerbach@t-online.de>2015-11-25 16:10:27 +0100
commite0a2c5261071a59670148300f7ebd25fd2eaeacf (patch)
treede10ca389725ea5f405ae43abc0f1ffe69bfad8d /cmakeconfig
parent9218241da68042f01bdc29584a57518a52c5b3f0 (diff)
downloadefl-e0a2c5261071a59670148300f7ebd25fd2eaeacf.tar.gz
cmake: Include module per default
if someone uses eolian its likly that he wants to install some rules
Diffstat (limited to 'cmakeconfig')
-rw-r--r--cmakeconfig/EolianConfig.cmake.in2
-rw-r--r--cmakeconfig/EolianHelper.cmake1
2 files changed, 2 insertions, 1 deletions
diff --git a/cmakeconfig/EolianConfig.cmake.in b/cmakeconfig/EolianConfig.cmake.in
index 4034dbe973..919881f724 100644
--- a/cmakeconfig/EolianConfig.cmake.in
+++ b/cmakeconfig/EolianConfig.cmake.in
@@ -39,3 +39,5 @@ if(_pkgconfig_failed)
else()
set (EOLIAN_EO_DIR ${_pkgconfig_invoke_result})
endif()
+
+include(${CMAKE_CURRENT_LIST_DIR}/EolianHelper.cmake)
diff --git a/cmakeconfig/EolianHelper.cmake b/cmakeconfig/EolianHelper.cmake
index 9b0397327e..56eca6ffc8 100644
--- a/cmakeconfig/EolianHelper.cmake
+++ b/cmakeconfig/EolianHelper.cmake
@@ -1,4 +1,3 @@
-find_package(Eolian 1.16 REQUIRED)
# macro to create a eolian generated c source file
#
# macro adds a generate rule, which depends on the original file the rule will output file.x