Browse Source

Fixed wrong CMakeList merge

TheOnlyJoey 8 years ago
parent
commit
a94e9a8687
1 changed files with 1 additions and 1 deletions
  1. 1 1
      CMakeLists.txt

+ 1 - 1
CMakeLists.txt

@@ -125,4 +125,4 @@ set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_CURRENT_DIR}/)
 
 
 #install properties
 #install properties
 install (TARGETS openhmd-shared openhmd-static DESTINATION lib)
 install (TARGETS openhmd-shared openhmd-static DESTINATION lib)
-install (FILES include/openhmd.h DESTINATION include/openhmd/)
+install (FILES include/openhmd.h DESTINATION include)