diff options
Diffstat (limited to 'tools/gr-usrptest/swig/CMakeLists.txt')
-rw-r--r-- | tools/gr-usrptest/swig/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gr-usrptest/swig/CMakeLists.txt b/tools/gr-usrptest/swig/CMakeLists.txt index ae42be628..d1b1fa8ee 100644 --- a/tools/gr-usrptest/swig/CMakeLists.txt +++ b/tools/gr-usrptest/swig/CMakeLists.txt @@ -21,7 +21,7 @@ # Check if there is C++ code at all ######################################################################## if(NOT usrptest_sources) - MESSAGE(STATUS "No C++ sources... skipping swig/") + message(STATUS "No C++ sources... skipping swig/") return() endif(NOT usrptest_sources) |