mirror of https://github.com/CGAL/cgal
- Fix try_run in CGAL_UseMPFI.cmake: move the test file in cmake/modules/.
This commit is contained in:
parent
474a34f563
commit
4fe4a65f6c
|
|
@ -1459,6 +1459,7 @@ Installation/cmake/modules/FindRS.cmake -text
|
|||
Installation/cmake/modules/FindTAUCS.cmake -text
|
||||
Installation/cmake/modules/Qt3Macros-patched.cmake -text
|
||||
Installation/cmake/modules/UseCGAL.cmake -text
|
||||
Installation/cmake/modules/test_MPFI.cpp -text
|
||||
Installation/config/support/print_BOOST_version.cpp -text
|
||||
Installation/config/support/print_GMP_version.cpp -text
|
||||
Installation/config/support/print_MPFI_version.cpp -text
|
||||
|
|
@ -1468,7 +1469,6 @@ Installation/config/support/print_QT_version.cpp -text
|
|||
Installation/config/support/print_TAUCS_version.cpp -text
|
||||
Installation/config/support/print_ZLIB_version.cpp -text
|
||||
Installation/config/support/test_BOOST_THREAD.cpp -text
|
||||
Installation/config/support/test_MPFI.cpp -text
|
||||
Installation/config/testfiles/CGAL_CFG_NO_CPP0X_ISFINITE.cpp -text
|
||||
Installation/doc_tex/Installation/illustration.png -text
|
||||
Installation/src/CGAL/all_files.cpp -text
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ if( NOT CGAL_MPFI_SETUP )
|
|||
try_run( MPFI_TEST_RESULT
|
||||
COMPILED_MPFI_TEST
|
||||
"${CMAKE_BINARY_DIR}"
|
||||
"${CMAKE_SOURCE_DIR}/../../config/support/test_MPFI.cpp"
|
||||
"${CGAL_CMAKE_MODULE_PATH}/test_MPFI.cpp"
|
||||
CMAKE_FLAGS
|
||||
"-DINCLUDE_DIRECTORIES:
|
||||
STRING=${MPFI_INCLUDE_DIR};${CGAL_3RD_PARTY_INCLUDE_DIRS}"
|
||||
|
|
|
|||
Loading…
Reference in New Issue