-
-
Notifications
You must be signed in to change notification settings - Fork 382
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
_CROW_ICD-NOTFOUND #661
Comments
I found this in build directory, CrowConfig.cmake: its produced by cmake/CrowConfig.cmake.in How did you build your Visual Studio Project, using cmake? |
Same problem. Using Crow from vcpkg on Windows with MSVC.
|
Workaround # Workaround https://github.com/CrowCpp/Crow/issues/661
list(REMOVE_ITEM _CROW_ICD "_CROW_ICD-NOTFOUND")
set_target_properties(Crow::Crow PROPERTIES INTERFACE_COMPILE_DEFINITIONS "${_CROW_ICD}") |
At the top of my visual studio cmake project, this is present. the error is
C++ command-line error: invalid macro definition: _CROW_ICD-NOTFOUND
. Any help would be appreciated.The text was updated successfully, but these errors were encountered: