-
Notifications
You must be signed in to change notification settings - Fork 337
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
Expression did not evaluate to a known generator expression #14
Comments
Hello! |
Hello, Firstly sorry for the late answer!
|
Could you also upgrade your gcc, g++ and other c++ tools to version 7 or later? Looks like you are using gcc4.8, which is old and does not support modern c++ features. |
Closing this issue. Please feel free to reopen/create new one if you have other problems |
Hello,
After to following the installation instruction from link , when execute the cmake -H. -B./cmk_build/Linux64 -G "Unix Makefiles" -DCMAKE_BUILD_TYPE="Debug" command i get the next build error:
``
$<IF:$CONFIG:RELEASE,/home/mgironesd/Documents/DiligentEngine/DiligentCore/Utilities/File2Include/bin/Linux/,$<TARGET_FILE_DIR:File2String>>
Expression did not evaluate to a known generator expression
The text was updated successfully, but these errors were encountered: