You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-wireless/gnuradio/files/gnuradio-9999-build-type-no...

12 lines
619 B

diff -Naur gnuradio-9999/cmake/Modules/GrBuildTypes.cmake gnuradio-9999-hacked/cmake/Modules/GrBuildTypes.cmake
--- gnuradio-9999/cmake/Modules/GrBuildTypes.cmake 2014-07-26 01:54:47.645866658 -0400
+++ gnuradio-9999-hacked/cmake/Modules/GrBuildTypes.cmake 2014-07-26 01:56:47.193869859 -0400
@@ -61,7 +61,6 @@
endif(${_settype} STREQUAL ${_btype})
endforeach(btype)
# Build type not found; error out
- message(FATAL_ERROR "Build type '${settype}' not valid, must be one of: ${AVAIL_BUILDTYPES}")
endfunction(GR_CHECK_BUILD_TYPE)
########################################################################