Hello all. Im trying to set an include directory which is actually an environment variable inside VC++ , $(QTDIR), and thus I tried the following:
... include_directories( $(QTDIR)/include ) ... It comes up that in the resulting SLN file, it translates that directive to C:/basedir/$(QTDIR)/include, where basedir is the root directory for the project. However, that wouldn't work since $(QTDIR) is something like "C:\Qt". Is there a way to make CMake to not put "C:/basedir/" before $(QTDIR) ? Thanks in advance Felipe
_______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake