• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

C++ベースのLightweightなHTTPサーバー


Commit MetaInfo

Revision384af4ee049884e91023a6690721e37e5913d3e2 (tree)
Time2013-03-17 14:07:27
AuthorMichio Hirai <smg_ykz@user...>
CommiterMichio Hirai

Log Message

[BugFix] Fix the problem that cxx_executable target was wrongly put into the ctest.

Change Summary

Incremental Difference

--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -50,7 +50,6 @@ function(cxx_executable exename link_libs)
5050 target_link_libraries(${exename} ${li})
5151 endforeach(li)
5252 set_property(DIRECTORY APPEND PROPERTY DIR_TEST_TARGETS "${exename}")
53- add_test(${exename} ${CMAKE_CURRENT_BINARY_DIR}/${exename})
5453 endfunction(cxx_executable)
5554
5655