]> granicus.if.org Git - check/commitdiff
cmake: install check.h from the src directory
authorbrarcher <brarcher@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Thu, 2 Jan 2014 13:19:28 +0000 (13:19 +0000)
committerbrarcher <brarcher@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Thu, 2 Jan 2014 13:19:28 +0000 (13:19 +0000)
cmake was looking for check.h in the root directory, not under src.

git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@1008 64e312b2-a51f-0410-8e61-82d0ca0eb02a

src/CMakeLists.txt

index 31e6ff7960dbc99db2a15340a991047dabd20292..6600695dc9a2cf849c6b1c25a69de4dba8527c41 100644 (file)
@@ -60,4 +60,4 @@ install(TARGETS check
   LIBRARY DESTINATION lib
   ARCHIVE DESTINATION lib)
 
-install(FILES ${CMAKE_BINARY_DIR}/check.h DESTINATION include)
+install(FILES ${CMAKE_BINARY_DIR}/src/check.h DESTINATION include)