Skip to content
Discussion options

You must be logged in to vote

User was using system CMake (which is probably newer version than VisIt requires) and CMake complained with CMake Error: Unknown argument -O2 which suggets lack of quotes around args to -DVISIT_C_FLAGS:STRING= and/or -DVISIT_CXX_FLAGS:STRING=. The log output in the above comment doesn't shows quotes for those args but remember that we independently echo our commands to the log file instead of capturing the actual commands executed with set -x and set +x and so I highly suspect the actual CMake commands are failing to quote something here. In any event, the user was able to get past this manually.

Replies: 4 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by markcmiller86
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #12376 on August 03, 2021 15:52.