Skip to content

Commit

Permalink
cmake: require swig
Browse files Browse the repository at this point in the history
  • Loading branch information
bastibl committed Mar 17, 2017
1 parent a797d90 commit fc0b1fb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Expand Up @@ -107,6 +107,9 @@ find_package(Doxygen)
find_package(PythonLibs 2)

find_package(SWIG)
if(NOT SWIG_FOUND)
message(FATAL_ERROR "SWIG required to compile gr-rds")
endif()

########################################################################
# On Apple only, set install name and use rpath correctly, if not already set
Expand Down

0 comments on commit fc0b1fb

Please sign in to comment.