diff --git a/MathLib/CMakeLists.txt b/MathLib/CMakeLists.txt
index 8a51e27b4caebc643b7dd859cd28cf9eb6f3f25c..bbde7cd43d11c118b561ae712a5ee38cbfb60249 100644
--- a/MathLib/CMakeLists.txt
+++ b/MathLib/CMakeLists.txt
@@ -39,6 +39,7 @@ set_target_properties(MathLib PROPERTIES LINKER_LANGUAGE CXX)
 target_link_libraries(MathLib PUBLIC BaseLib logog ${OpenMP_CXX_LIBRARIES})
 
 if (CVODE_FOUND)
+    target_include_directories(MathLib PRIVATE ${CVODE_INCLUDE_DIRS})
     target_link_libraries(MathLib PUBLIC ${CVODE_LIBRARIES})
 endif()
 
diff --git a/ThirdParty/cmake-modules b/ThirdParty/cmake-modules
index 9d5f5fa551826cf071b898dce9b8b2f27df0bcd5..0068e164eb5ab1e16c931e50094846789b49cdc0 160000
--- a/ThirdParty/cmake-modules
+++ b/ThirdParty/cmake-modules
@@ -1 +1 @@
-Subproject commit 9d5f5fa551826cf071b898dce9b8b2f27df0bcd5
+Subproject commit 0068e164eb5ab1e16c931e50094846789b49cdc0