Skip to content

Commit

Permalink
now conf files have right value
Browse files Browse the repository at this point in the history
  • Loading branch information
bioinfornatics committed Oct 12, 2011
1 parent 350d4a0 commit 52c6347
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ get_target_property(LDC_LOC ${LDC_EXE} LOCATION)
FILE(GLOB library "${PROJECT_SOURCE_DIR}/lib/*.a" "${PROJECT_SOURCE_DIR}/lib/*.so" "${PROJECT_SOURCE_DIR}/lib/*.dll")
install(TARGETS ${LDC_EXE} DESTINATION bin)
install(PROGRAMS ${PROJECT_SOURCE_DIR}/bin/${LDMD_EXE} DESTINATION bin)
install(FILES ${PROJECT_SOURCE_DIR}/bin/${LDC_EXE}.conf DESTINATION ${CONF_INST_DIR})
install(FILES ${PROJECT_SOURCE_DIR}/bin/${LDC_EXE}_install.conf DESTINATION ${CONF_INST_DIR}/${LDC_EXE}conf)
install(FILES ${PROJECT_SOURCE_DIR}/bin/${LDC_EXE}.rebuild.conf DESTINATION ${CONF_INST_DIR})
install(FILES ${library} DESTINATION ${CMAKE_INSTALL_LIBDIR})

Expand Down
2 changes: 1 addition & 1 deletion ldc2.rebuild.conf.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[Environment]
DFLAGS=-I@RUNTIME_DIR@/import -L-L%@P%/../lib -defaultlib=@RUNTIME_AIO@ -debuglib=@RUNTIME_AIO@
DFLAGS=-I@INCLUDE_INSTALL_DIR@ -L-L@CMAKE_INSTALL_LIBDIR@ -defaultlib=@RUNTIME_AIO@ -debuglib=@RUNTIME_AIO@

0 comments on commit 52c6347

Please sign in to comment.