Fix compilation of python bindings
[alexxy/gromacs.git] / src / python / CMakeLists.txt
index 84c869cbaaf2d27b0fbc9019eadc0311d82cd39b..1aec631f198420afd1d040f0f983af6b801c7b16 100644 (file)
@@ -33,6 +33,9 @@
 # the research papers on the package. Check out http://www.gromacs.org.
 #
 
+find_package(PythonLibrary REQUIRED)
+find_package(SIP REQUIRED)
+
 include(SIPMacros)
 include(PythonMacros)