We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca5bf13 commit 0e22d5aCopy full SHA for 0e22d5a
1 file changed
tests/CMakeLists.txt
@@ -573,10 +573,4 @@ set_property(TARGET linkTestLibStatic APPEND PROPERTY COMPILE_OPTIONS "-march=na
573
set_property(TARGET linkTest APPEND PROPERTY COMPILE_OPTIONS "-march=native")
574
target_link_libraries(linkTest linkTestLibDynamic1 linkTestLibDynamic2 linkTestLibStatic)#}}}
575
576
-# Use the following program to generate the sincos-reference-*.dat files
577
-#add_executable(convert-sincos-reference EXCLUDE_FROM_ALL convert-sincos-reference.cpp)
578
-
579
-# version.h test - make sure it can be included on its own.
580
-add_executable(version_hTest EXCLUDE_FROM_ALL version_h.cpp)
581
582
# vim: foldmethod=marker commentstring=#%s
0 commit comments