dibyendumajumdar / nj

A cross platform JIT engine based on Eclipse OMR
Other
25 stars 2 forks source link

the readme.md seem need to add OMR_INSTALL_LIB_DIR in build instruction? #6

Closed jiamo closed 5 years ago

jiamo commented 5 years ago

Otherwise it will generate /cmake/Omr in cmake_install.cmake which it is a root path dir.

dibyendumajumdar commented 5 years ago

@jiamo thank you. I will check.

dibyendumajumdar commented 5 years ago

Indeed you are correct.

dibyendumajumdar commented 5 years ago

It looks like some stuff crept in when I merged OMR changes. To be honest we do not need this so I have commented it out. I tested on Windows where of course the /cmake/Omr folder got created no problem :-(

dibyendumajumdar commented 5 years ago

this is fixed