]> code.bitgloo.com Git - clyne/entityx.git/commitdiff
Fix running tests
authorDaniel Guzmán <daniel.guzman85@gmail.com>
Wed, 13 Apr 2016 00:12:53 +0000 (02:12 +0200)
committerDaniel Guzmán <daniel.guzman85@gmail.com>
Wed, 13 Apr 2016 00:12:53 +0000 (02:12 +0200)
CMakeLists.txt

index 7f8e24075f37fdcaccbbe69307ab555d8f7a5cf8..116b13745725a5dc844c0c7530d27826d1dcacc3 100644 (file)
@@ -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}