[cmake-commits] king committed CMakeLists.txt 1.1 1.2
cmake-commits at cmake.org
cmake-commits at cmake.org
Sun Dec 30 16:11:40 EST 2007
Update of /cvsroot/CMake/CMake/Tests/Fortran/Executable
In directory public:/mounts/ram/cvs-serv20471/Tests/Fortran/Executable
Modified Files:
CMakeLists.txt
Log Message:
ENH: Implemented Fortran module output directory and search path flags.
Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/Fortran/Executable/CMakeLists.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- CMakeLists.txt 28 Dec 2007 16:50:29 -0000 1.1
+++ CMakeLists.txt 30 Dec 2007 21:11:38 -0000 1.2
@@ -1,4 +1,4 @@
-include_directories(${testf_BINARY_DIR}/Library)
+include_directories(${Library_MODDIR})
include_directories(${testf_BINARY_DIR}/External)
link_directories(${testf_BINARY_DIR}/External)
More information about the Cmake-commits
mailing list