search for: win_top_src_dir

Displaying 1 result from an estimated 1 matches for "win_top_src_dir".

2014 Apr 10
2
[LLVMdev] CMake configuration: Detecting zlib.h header in windows.
...GET_TRIPLE:STRING=%TRIPLE% -D LLVM_TARGET_ARCH:STRING=%TRIPLE% -D LLVM_ENABLE_PIC:BOOL=ON -D LLVM_ENABLE_ASSERTIONS:BOOL=ON -D CMAKE_INSTALL_PREFIX=%win_top_install_dir% -D CMAKE_BUILD_TYPE=%BLDMODE% -DLLVM_APPEND_VC_REV:BOOL=ON -D LLVM_VENDOR_NAME:STRING=%NAME% -D LLVM_VENDOR_VERSION:STRING=%VER% %win_top_src_dir%/llvm As far as I know, cmake tries to compile a simple file with "#include <zlib.h>" with MSbuild.exe which invokes a project file. MSbuild has its own environment and ignores the user's environment variables. Any one face this issue before? Let me know if you need more deta...