diff options
author | Daniel Guzmán <daniel.guzman85@gmail.com> | 2016-04-13 02:12:53 +0200 |
---|---|---|
committer | Daniel Guzmán <daniel.guzman85@gmail.com> | 2016-04-13 02:12:53 +0200 |
commit | 2dcddf58bd0112d2c8a8c242415d21552c00d563 (patch) | |
tree | 6a135acd35c109e2c252f8f6175981cfa92dbc31 | |
parent | 1958c636c971891326114458821369daa4b2a104 (diff) |
Fix running tests
-rw-r--r-- | CMakeLists.txt | 1 |
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} |