-Original Message-
From: Dominic Walsh
To: David Cole ; cmake
Sent: Wed, Oct 30, 2013 6:06 am
Subject: RE: [CMake] Windows Visual Studio Install Configurations
unexpected behaviour
In Visual Studio | INSTALL project | Right mouse button "Build"
This does look like it
e] Windows Visual Studio Install Configurations unexpected
behaviour
> I am attempting to "make install" into configuration dependent
directories.
> Linux works very straightforwardly but VS not so much.
What command are you using to do the "make install" with VS?
Clea
I am attempting to "make install" into configuration dependent
directories.
Linux works very straightforwardly but VS not so much.
What command are you using to do the "make install" with VS?
Clearly, it's not actually "make install"...
Perhaps that command needs arguments to tell it which
Hi
I am attempting to "make install" into configuration dependent directories.
Linux works very straightforwardly but VS not so much.
After much searching my CMakeLists file includes:
INSTALL(TARGETS bob
RUNTIME DESTINATION ${INSTALL_LIB_PATH}/Debug
LIBRARY DESTINATION ${INS