mirror of
https://github.com/TheAlgorithms/C
synced 2024-11-22 13:31:21 +03:00
fix newton-raphson root filename in CMAKE to ignore
This commit is contained in:
parent
76c190295a
commit
5ea4194fbc
@ -8,7 +8,7 @@ file( GLOB APP_SOURCES RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.c )
|
||||
# file( GLOB APP_SOURCES ${CMAKE_SOURCE_DIR}/*.c )
|
||||
# AUX_SOURCE_DIRECTORY(${CMAKE_CURRENT_SOURCE_DIR} APP_SOURCES)
|
||||
|
||||
set (no_msvc "newton-raphson-root.c" "durand_kerner_roots.c")
|
||||
set (no_msvc "newton_raphson_root.c" "durand_kerner_roots.c")
|
||||
|
||||
foreach( testsourcefile ${APP_SOURCES} )
|
||||
# Do not compile these files that use complex.h on MSVC
|
||||
|
Loading…
Reference in New Issue
Block a user