aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
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}