Fix T38684: cmake OS X build problem when changing deployment target.
Don't cache these variables as they are not cleared on such changes.
This commit is contained in:
@@ -360,4 +360,7 @@ else()
|
|||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
unset(HAVE_UNURDERED_MAP_IN_TR1_NAMESPACE)
|
||||||
|
unset(HAVE_STD_UNORDERED_MAP_HEADER)
|
||||||
|
|
||||||
blender_add_lib(extern_ceres "${SRC}" "${INC}" "${INC_SYS}")
|
blender_add_lib(extern_ceres "${SRC}" "${INC}" "${INC_SYS}")
|
||||||
|
Reference in New Issue
Block a user