Skip to content

Commit

Permalink
Fixed cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
StoccoDavide committed Aug 30, 2022
1 parent 3d93fa3 commit ffdd9fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeInstall.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ if(INSTALL_HERE)
endif()
set( PROJECT_PUBLIC_HEADER_DESTINATION "${INSTALL_PREFIX}/include" )
else()
set( INSTALL_TARGETS ${INSTALL_TARGETS} UtilsStatic )
set( INSTALL_TARGETS ${INSTALL_TARGETS} ebertolazzi_Utils_Static )
set( INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}" )
set( PROJECT_PUBLIC_HEADER_DESTINATION "${CMAKE_INSTALL_PREFIX}/include/${PROJECT_NAME}" )
endif()
Expand Down

0 comments on commit ffdd9fb

Please sign in to comment.