Merge pull request #579 from andresovela/patch-1

Fix typo in CMakeLists.txt
This commit is contained in:
Mark VanderVoord
2021-09-20 08:11:08 -04:00
committed by GitHub
+2 -2
View File
@@ -49,11 +49,11 @@ set(UNITY_EXTENSION_FIXTURE_ENABLED $<BOOL:${UNITY_EXTENSION_FIXTURE}>)
set(UNITY_EXTENSION_MEMORY_ENABLED $<OR:${UNITY_EXTENSION_FIXTURE_ENABLED},$<BOOL:${UNITY_EXTENSION_MEMORY}>>)
if(${UNITY_EXTENSION_FIXTURE})
message(STATUS "Unity: Bulding with the fixture extension.")
message(STATUS "Unity: Building with the fixture extension.")
endif()
if(${UNITY_EXTENSION_MEMORY})
message(STATUS "Unity: Bulding with the memory extension.")
message(STATUS "Unity: Building with the memory extension.")
endif()
# Main target ------------------------------------------------------------------