mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2026-01-28 02:34:27 +01:00
Fix typo in CMakeLists.txt
This commit is contained in:
@@ -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}>>)
|
set(UNITY_EXTENSION_MEMORY_ENABLED $<OR:${UNITY_EXTENSION_FIXTURE_ENABLED},$<BOOL:${UNITY_EXTENSION_MEMORY}>>)
|
||||||
|
|
||||||
if(${UNITY_EXTENSION_FIXTURE})
|
if(${UNITY_EXTENSION_FIXTURE})
|
||||||
message(STATUS "Unity: Bulding with the fixture extension.")
|
message(STATUS "Unity: Building with the fixture extension.")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(${UNITY_EXTENSION_MEMORY})
|
if(${UNITY_EXTENSION_MEMORY})
|
||||||
message(STATUS "Unity: Bulding with the memory extension.")
|
message(STATUS "Unity: Building with the memory extension.")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
# Main target ------------------------------------------------------------------
|
# Main target ------------------------------------------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user