From afb787f0d7483ed35c3378db009ecbfa4c03f16f Mon Sep 17 00:00:00 2001 From: Michael Carlberg Date: Wed, 31 Aug 2016 11:52:35 +0200 Subject: [PATCH] fix(cmake): Don't trigger versioning on build --- CMakeLists.txt | 5 ----- 1 file changed, 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a81faf2b..05189585 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -134,11 +134,6 @@ add_subdirectory("${PROJECT_SOURCE_DIR}/lib/xpp") set(PROJECT_INCL_DIRS ${PROJECT_INCL_DIRS} ${XPP_INCLUDE_DIRS}) set(PROJECT_LINK_LIBS ${PROJECT_LINK_LIBS} ${XPP_LIBRARIES}) -# -# Execute versioning script -# -execute_process(COMMAND ./version.sh WORKING_DIRECTORY ${CMAKE_SOURCE_DIR} OUTPUT_QUIET ERROR_QUIET) - # # Install executable and wrapper #