Skip to content

Commit

Permalink
fix install
Browse files Browse the repository at this point in the history
  • Loading branch information
derselbst committed Feb 24, 2018
1 parent ae0d295 commit 3b0e5ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@
add_subdirectory ( fluidsynth )

IF (NOT MACOSX_FRAMEWORK )
install ( FILES fluidsynth.h DESTINATION ${INCLUDE_INSTALL_DIR} )
install ( FILES ${CMAKE_CURRENT_BINARY_DIR}/fluidsynth.h DESTINATION ${INCLUDE_INSTALL_DIR} )
ENDIF (NOT MACOSX_FRAMEWORK )

0 comments on commit 3b0e5ed

Please sign in to comment.