Skip to content

Commit

Permalink
Merge pull request #114 from NicolasRouquette/master
Browse files Browse the repository at this point in the history
proposed fix to #113
  • Loading branch information
kwehage authored Sep 4, 2024
2 parents 1d23be4 + 792d532 commit 158c175
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 @@ -92,7 +92,7 @@ endif()

######### Install Rules #########
if(CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR)
set(CMAKE_INSTALL_PREFIX /opt/jsd)
set(CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}/jsd")
install(DIRECTORY ${CMAKE_BINARY_DIR}/include/jsd DESTINATION include)
install(DIRECTORY ${CMAKE_BINARY_DIR}/bin/ DESTINATION bin)
install(TARGETS jsd-lib DESTINATION lib)
Expand Down

0 comments on commit 158c175

Please sign in to comment.