From: Daniel Guzmán Date: Wed, 13 Apr 2016 00:12:53 +0000 (+0200) Subject: Fix running tests X-Git-Url: https://code.bitgloo.com/?a=commitdiff_plain;h=2dcddf58bd0112d2c8a8c242415d21552c00d563;p=clyne%2Fentityx.git Fix running tests --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 7f8e240..116b137 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -93,7 +93,6 @@ endmacro(require) macro(create_test TARGET_NAME SOURCE DEPENDENCIES) add_executable(${TARGET_NAME} ${SOURCE}) - set_target_properties(${TARGET_NAME} PROPERTIES DEBUG_POSTFIX -d) set_target_properties(${TARGET_NAME} PROPERTIES FOLDER "entityx/tests") target_link_libraries( ${TARGET_NAME}