[ismrmrd] 30/281: Small changes to build on Windows

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Wed Jan 14 20:00:52 UTC 2015


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to annotated tag ismrmrd0.5
in repository ismrmrd.

commit b0af0afa4675ceef9c97a719e3604635d270198b
Author: Michael Hansen <michael.hansen at nih.gov>
Date:   Thu Sep 6 08:39:22 2012 -0700

    Small changes to build on Windows
---
 CMakeLists.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index ef124cb..9f59306 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -55,9 +55,10 @@ target_link_libraries(ismrmrd_test ${XERCESC_LIBRARIES} ismrmrd)
 find_package(FFTW3 COMPONENTS single)
 IF(FFTW3_FOUND)
 	MESSAGE("FFTW3 Found, building test applications")
-	INCLUDE_DIRECTORIES(${FFTW3_INDCLUDE_DIR})
+	INCLUDE_DIRECTORIES(${FFTW3_INCLUDE_DIR})
 	add_executable(ismrmrd_create_dataset test_create_dataset.cpp)
 	target_link_libraries(ismrmrd_create_dataset ${XERCESC_LIBRARIES} ismrmrd ${FFTW3_LIBRARIES})
+	INSTALL(TARGETS ismrmrd_create_dataset DESTINATION bin)
 ELSE(FFTW3_FOUND)
 	MESSAGE("FFTW3 NOT Found....cannot build test applications")
 ENDIF(FFTW3_FOUND)
@@ -67,6 +68,5 @@ INSTALL(FILES schema/ismrmrd.xsd DESTINATION schema)
 INSTALL(FILES cmake/FindIsmrmrd.cmake DESTINATION cmake)
 INSTALL(TARGETS ismrmrd DESTINATION lib)
 INSTALL(TARGETS ismrmrd_test DESTINATION bin)
-INSTALL(TARGETS ismrmrd_create_dataset DESTINATION bin)
 
 add_subdirectory(doc)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/ismrmrd.git



More information about the debian-science-commits mailing list