Skip to content

Commit

Permalink
Correct installation location of E+ on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
lefticus committed Dec 15, 2014
1 parent 3b3970f commit 3825e90
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions openstudiocore/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1022,6 +1022,8 @@ if(PACKAGE_ENERGYPLUS)

if(APPLE)
install(DIRECTORY "${ENERGYPLUS_DIR}" DESTINATION "sharedresources" USE_SOURCE_PERMISSIONS)
elseif(MSVC)
install(DIRECTORY "${ENERGYPLUS_DIR}" DESTINATION "share/openstudio" USE_SOURCE_PERMISSIONS)
else()
install(DIRECTORY "${ENERGYPLUS_DIR}" DESTINATION "share/openstudio-${OPENSTUDIO_VERSION}" USE_SOURCE_PERMISSIONS)
endif()
Expand Down

5 comments on commit 3825e90

@nrel-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

develop (lefticus) - x86_64-MacOS-10.9-clang: Build Failed

Build Badge Test Badge

@nrel-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

develop (lefticus) - x86_64-Linux-Ubuntu-14.04-clang-3.5: OK (2156 of 2182 tests passed)

Build Badge Test Badge

@nrel-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

develop (lefticus) - Win64-Windows-7-VisualStudio-12: OK (2159 of 2182 tests passed)

Build Badge Test Badge

@nrel-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

develop (lefticus) - i386-Windows-7-VisualStudio-12: OK (2165 of 2182 tests passed)

Build Badge Test Badge

@nrel-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

develop (lefticus) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed)

Build Badge

Please sign in to comment.