YAML_CPP_INCLUDE_DIR #328
-
I updated to the latest sparta and started getting this error when running cmake on sparta: CMake Error: The following variables are used in this project, but they are set to NOTFOUND. I was able to fix this by modifying cmake/sparta-config.cmake: +get_property(YAML_CPP_INCLUDE_DIR TARGET yaml-cpp PROPERTY INTERFACE_INCLUDE_DIRECTORIES) I am not sure why this error is popping up - I'm using cmake version 3.16.3 Is there a fix for this issue? Thanks in advance |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 14 replies
-
Which OS is this? |
Beta Was this translation helpful? Give feedback.
-
BTW, to see exactly what Sparta is looking for:
|
Beta Was this translation helpful? Give feedback.
-
Fixed in master via PR #330 |
Beta Was this translation helpful? Give feedback.
Fixed in master via PR #330