Chauhan, Vikas wrote:
Hi David/Bill,
I removed the extra set of “”. I am not sure how they came into L
Can you try this:
1. Create a new directory:
mkdir foo
2. Create a CMakeLists.txt file in foo
project(foo)
add_library(foo bar.c)
Create an empty file bar.c.
3. Create a build directory under foo:
mkdir build
4. run cmake
cd build
cmake -G"NMake Makefiles" ..
Also, is there a CMakeCache.txt file in
C:/Work/PCT_LTE/Hercules/CID/MapperGenerator?
What is in the CMakeCache.txt in
C:\Work\PCT_LTE\Hercules\CID\MapperGenerator\build_nmake?
-Bill
--
Bill Hoffman
Kitware, Inc.
28 Corporate Drive
Clifton Park, NY 12065
bill.hoff...@kitware.com
http://www.kitware.com
518 881-4905 (Direct)
518 371-3971 x105
Fax (518) 371-4573
_______________________________________________
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