ENH: Add support for importing modules without specifying path

This commit is contained in:
Andy Cedilnik
2004-03-27 19:52:34 -05:00
parent f00186f64b
commit 451522381d
4 changed files with 23 additions and 5 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ SET (TEST_COMMAND_TEST1 1)
INCLUDE (${CMAKE_ROOT}/Modules/CheckTypeSize.cmake)
CHECK_TYPE_SIZE(char SIZEOF_CHAR)
INCLUDE (${CMAKE_ROOT}/Modules/CheckFunctionExists.cmake)
INCLUDE (CheckFunctionExists)
CHECK_FUNCTION_EXISTS(printf HAVE_PRINTF)
CHECK_FUNCTION_EXISTS(vsblabla HAVE_VSBLABLA)