ForEx icon indicating copy to clipboard operation
ForEx copied to clipboard

CMakeLists: do not use --allow-multiple-definition on Apple

Open barracuda156 opened this issue 3 years ago • 0 comments

Signed-off-by: Sergey Fedorov [email protected]

Removing the flag (for macOS), build succeeds and all tests pass:

--->  Testing ForEx
Executing:  cd "/opt/local/var/macports/build/_opt_PPCRosettaPorts_fortran_ForEx/ForEx/work/build" && /usr/bin/make test 
Running tests...
/opt/local/bin/ctest --force-new-ctest-process 
Test project /opt/local/var/macports/build/_opt_PPCRosettaPorts_fortran_ForEx/ForEx/work/build
    Start 1: ExceptionContextStackNode_test_TEST
1/6 Test #1: ExceptionContextStackNode_test_TEST ...   Passed    0.02 sec
    Start 2: ExceptionContextStack_test_TEST
2/6 Test #2: ExceptionContextStack_test_TEST .......   Passed    0.02 sec
    Start 3: ExceptionHandler_test_TEST
3/6 Test #3: ExceptionHandler_test_TEST ............   Passed    0.03 sec
    Start 4: ExceptionStackNode_test_TEST
4/6 Test #4: ExceptionStackNode_test_TEST ..........   Passed    0.02 sec
    Start 5: ExceptionStack_test_TEST
5/6 Test #5: ExceptionStack_test_TEST ..............   Passed    0.02 sec
    Start 6: Exception_test_TEST
6/6 Test #6: Exception_test_TEST ...................   Passed    0.02 sec

100% tests passed, 0 tests failed out of 6

Total Test time (real) =   0.17 sec

barracuda156 avatar Jan 22 '23 12:01 barracuda156