-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
Here is the current rule:
# C++ compile a file into an object file
set(CMAKE_CXX_COMPILE_OBJECT
"<CMAKE_CXX_COMPILER> ${CMAKE_WCL_QUIET} -d+ <DEFINES> <INCLUDES> <FLAGS> -fo<OBJECT> -c -cc++ <SOURCE>")
However, this doesn't work since wpp386 doesn't understand the -c compiler switch.
It should look something like this:
set(CMAKE_CXX_COMPILE_OBJECT
"<CMAKE_CXX_COMPILER> <SOURCE> -fo=<OBJECT> <DEFINES> <INCLUDES> <FLAGS> "
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels