Skip to content

Commit

Permalink
Don't force CMAKE_INSTALL_PREFIX on windows (#1478)
Browse files Browse the repository at this point in the history
Fixes #1477.

Signed-off-by: Steve Peters <scpeters@openrobotics.org>
  • Loading branch information
scpeters committed Jul 25, 2020
1 parent dde7ab4 commit a15611b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ initialize_component_helpers(${PROJECT_NAME})

# System install paths on Windows
if(WIN32)
set(CMAKE_INSTALL_PREFIX "C:/Golems" CACHE PATH "Install prefix" FORCE)
set(CMAKE_INSTALL_PREFIX "C:/Golems" CACHE PATH "Install prefix")
endif()

#===============================================================================
Expand Down

0 comments on commit a15611b

Please sign in to comment.