Skip to content

Commit

Permalink
Merge pull request #2998 from youngar/master
Browse files Browse the repository at this point in the history
Use new OMR variables for installation locations
  • Loading branch information
pshipton authored Oct 15, 2018
2 parents 7d6d8dd + edcea32 commit 7b95285
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions runtime/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,10 @@ endif()
set(OMR_INSTALL_PREFIX "${CMAKE_CURRENT_SOURCE_DIR}" CACHE STRING "")
set(CMAKE_INSTALL_PREFIX "${CMAKE_CURRENT_SOURCE_DIR}" CACHE STRING "" FORCE)

set(OMR_INSTALL_BIN_DIR "${j9vm_SOURCE_DIR}" CACHE PATH "")
set(OMR_INSTALL_LIB_DIR "${j9vm_SOURCE_DIR}" CACHE PATH "")
set(OMR_INSTALL_ARCHIVE_DIR "${j9vm_SOURCE_DIR}/lib" CACHE PATH "")

# Generic configuration for omr
include(cmake/omr_config.cmake)

Expand Down

0 comments on commit 7b95285

Please sign in to comment.