Attempting to publish a tree

Dependencies:   nrf51-sdk

Dependents:   microbit-dal

Fork of nRF51822 by Lancaster University

Committer:
cefn
Date:
Wed Jun 01 17:41:42 2016 +0000
Revision:
624:3ef324d9f2df
Parent:
616:a8f9b022d8fd
Attempting to publish a tree

Who changed what in which revision?

UserRevisionLine numberNew contents of line
LancasterUniversity 615:65ea2acfc6a2 1 # Copyright 2015 ARM Limited
LancasterUniversity 615:65ea2acfc6a2 2 #
LancasterUniversity 615:65ea2acfc6a2 3 # Licensed under the Apache License, Version 2.0 (the "License");
LancasterUniversity 615:65ea2acfc6a2 4 # you may not use this file except in compliance with the License.
LancasterUniversity 615:65ea2acfc6a2 5 # You may obtain a copy of the License at
LancasterUniversity 615:65ea2acfc6a2 6 #
LancasterUniversity 615:65ea2acfc6a2 7 # http://www.apache.org/licenses/LICENSE-2.0
LancasterUniversity 615:65ea2acfc6a2 8 #
LancasterUniversity 615:65ea2acfc6a2 9 # Unless required by applicable law or agreed to in writing, software
LancasterUniversity 615:65ea2acfc6a2 10 # distributed under the License is distributed on an "AS IS" BASIS,
LancasterUniversity 615:65ea2acfc6a2 11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
LancasterUniversity 615:65ea2acfc6a2 12 # See the License for the specific language governing permissions and
LancasterUniversity 615:65ea2acfc6a2 13 # limitations under the License.
LancasterUniversity 615:65ea2acfc6a2 14
LancasterUniversity 615:65ea2acfc6a2 15 message("suppressing warnings from ble-nrf51822")
LancasterUniversity 615:65ea2acfc6a2 16
LancasterUniversity 615:65ea2acfc6a2 17 if(CMAKE_C_COMPILER_ID STREQUAL "GNU")
LancasterUniversity 615:65ea2acfc6a2 18 set_target_properties(ble-nrf51822
LancasterUniversity 616:a8f9b022d8fd 19 PROPERTIES COMPILE_FLAGS "-Wno-sign-compare -Wno-unused-variable -Wno-unused-parameter -Wno-unused-function -Wno-missing-field-initializers"
LancasterUniversity 615:65ea2acfc6a2 20 )
rgrover1 435:e351a16db43d 21 endif()