You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by cd...@apache.org on 2019/05/27 08:27:56 UTC

[plc4x] branch develop updated: - Enabled the cmake build for the logger module (This will break the build but I doubt we will get it fixed without intentionally breaking it now)

This is an automated email from the ASF dual-hosted git repository.

cdutz pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git


The following commit(s) were added to refs/heads/develop by this push:
     new 6b3bf82  - Enabled the cmake build for the logger module (This will break the build but I doubt we will get it fixed without intentionally breaking it now)
6b3bf82 is described below

commit 6b3bf82397399ac79f82494f9ecc172d5db8a588
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Mon May 27 10:27:50 2019 +0200

    - Enabled the cmake build for the logger module (This will break the build but I doubt we will get it fixed without intentionally breaking it now)
---
 plc4cpp/utils/logger/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/plc4cpp/utils/logger/pom.xml b/plc4cpp/utils/logger/pom.xml
index ff366b3..36f1d50 100644
--- a/plc4cpp/utils/logger/pom.xml
+++ b/plc4cpp/utils/logger/pom.xml
@@ -92,18 +92,18 @@
           </execution>
           <!-- Actually executes the build -->
           <!-- Disabled for now till we figure out the reason for a compile error -->
-          <!--execution>
+          <execution>
             <id>cmake-compile</id>
             <phase>compile</phase>
             <goals>
               <goal>compile</goal>
             </goals>
             <configuration>
-              <!- The directory where the "generate" step generated the build configuration ->
+              <!-- The directory where the "generate" step generated the build configuration -->
               <projectDirectory>${project.build.directory}/build</projectDirectory>
               <classifier>${os.classifier}</classifier>
             </configuration>
-          </execution-->
+          </execution>
         </executions>
       </plugin>