-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
When building on Mac, there is a quotation issue that impacts the Makefile generation.
See related issue at: https://youtrack.jetbrains.com/issue/CPP-253/STREQUAL-Debug-in-CMake-is-not-working
❯ cmake .
-- The C compiler identification is AppleClang 14.0.0.14000029
-- The CXX compiler identification is AppleClang 14.0.0.14000029
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
CMake Error at CMakeLists.txt:49 (if):
if given arguments:
"STREQUAL" "Debug"
Unknown arguments specified
-- Configuring incomplete, errors occurred!
See also "/Users/tfoldi/Developer/mobility/clx000-qt5-plugin/CMakeFiles/CMakeOutput.log".
See also "/Users/tfoldi/Developer/mobility/clx000-qt5-plugin/CMakeFiles/CMakeError.log".```
Metadata
Metadata
Assignees
Labels
No labels