From 41c641d145da205bcc7afe812031e37c9a397280 Mon Sep 17 00:00:00 2001 From: Mauro Sardara Date: Thu, 30 Mar 2017 14:00:56 +0200 Subject: Removed additional lines Change-Id: I90f4a9673ef3819eb1bc038cb229c0990a3430a3 Signed-off-by: Mauro Sardara --- longbow/CMakeLists.txt | 3 +-- longbow/LICENSE | 2 -- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/longbow/CMakeLists.txt b/longbow/CMakeLists.txt index 2c40e3c1..ae47ca6f 100644 --- a/longbow/CMakeLists.txt +++ b/longbow/CMakeLists.txt @@ -28,7 +28,6 @@ add_definitions("-DRELEASE_VERSION=\"${RELEASE_VERSION}\"") #set(CMAKE_C_FLAGS_NOPANTS "${CMAKE_C_FLAGS_NOPANTS} -O3 -DNDEBUG -DLongBow_DISABLE_ASSERTIONS") - find_package( Doxygen ) find_package( Uncrustify ) find_package( PythonInterp ) @@ -119,4 +118,4 @@ else() INCLUDE(CPack) -endif() \ No newline at end of file +endif() diff --git a/longbow/LICENSE b/longbow/LICENSE index 99c77d9d..318b3f59 100644 --- a/longbow/LICENSE +++ b/longbow/LICENSE @@ -10,5 +10,3 @@ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. - - -- cgit 1.2.3-korg